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 Outlaw, reference 4.1.0 (55306e), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 19:26:43 UTC.

Swift 6 data race errors: 138

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Outlaw -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

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Serializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Dictionary+map.swift,\ Dictionary+Extractable.swift,\ Extractable+Enum.swift,\ Extractable+Value.swift,\ Extractable+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Convenience/Dictionary+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Dictionary+Extractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Convenience/Dictionary+map.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Dictionary+Extractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ValueWithContext.swift,\ Array.swift,\ Dictionary.swift,\ Set.swift,\ Array+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Set.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Array.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Dictionary.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Set.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
SwiftCompile normal arm64_32 Compiling\ SerializableWithContext.swift,\ Updatable.swift,\ UpdatableWithContext.swift,\ IndexDeserializable.swift,\ IndexDeserializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/SerializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/UpdatableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/SerializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Updatable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/UpdatableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Bool+Value.swift,\ Date+Value.swift,\ Dictionary+Value.swift,\ Float+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Bool+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Date+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Bool+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Date+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ URL+Value.swift,\ Array+ValueWithContext.swift,\ Dictionary+ValueWithContext.swift,\ Set+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
SwiftCompile normal arm64_32 Compiling\ Int+Value.swift,\ Set+Value.swift,\ String+Value.swift,\ UInt+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Int+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/String+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Int+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/String+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:14:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case keyNotFound(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:15:10: warning: associated value 'nullValueWithKey(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case nullValueWithKey(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:17:10: warning: associated value 'indexNotFound(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case indexNotFound(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:18:10: warning: associated value 'nullValueWithIndex(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case nullValueWithIndex(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Outlaw (in target 'Outlaw' from project 'Outlaw')
SwiftDriver\ Compilation\ Requirements Outlaw normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.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 4 -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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Outlaw (in target 'Outlaw' from project 'Outlaw')
SwiftDriver\ Compilation\ Requirements Outlaw normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.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 4 -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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Outlaw (in target 'Outlaw' from project 'Outlaw')
EmitSwiftModule normal armv7k (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:14:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case keyNotFound(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:15:10: warning: associated value 'nullValueWithKey(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case nullValueWithKey(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:17:10: warning: associated value 'indexNotFound(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case indexNotFound(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:18:10: warning: associated value 'nullValueWithIndex(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case nullValueWithIndex(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftmodule (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling Bool+Value.swift, Date+Value.swift, Dictionary+Value.swift, Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftdoc (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.abi.json (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftdoc (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.abi.json (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftsourceinfo (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftsourceinfo (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ SerializableWithContext.swift,\ Updatable.swift,\ UpdatableWithContext.swift,\ IndexDeserializable.swift,\ IndexDeserializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/SerializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/UpdatableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/SerializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Updatable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/UpdatableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexSerializable.swift,\ IndexSerializableWithContext.swift,\ IndexUpdatable.swift,\ IndexUpdatableWithContext.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ JSONCollection.swift,\ JSONSerializable.swift,\ Deserializable.swift,\ DeserializableWithContext.swift,\ Serializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Deserializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/DeserializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONCollection.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONSerializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Deserializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/DeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Serializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k Compiling\ IndexSerializable.swift,\ IndexSerializableWithContext.swift,\ IndexUpdatable.swift,\ IndexUpdatableWithContext.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ URL+Value.swift,\ Array+ValueWithContext.swift,\ Dictionary+ValueWithContext.swift,\ Set+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
SwiftDriverJobDiscovery normal arm64_32 Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k Compiling\ Bool+Value.swift,\ Date+Value.swift,\ Dictionary+Value.swift,\ Float+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Bool+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Date+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Bool+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Date+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ Dictionary+map.swift,\ Dictionary+Extractable.swift,\ Extractable+Enum.swift,\ Extractable+Value.swift,\ Extractable+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Convenience/Dictionary+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Dictionary+Extractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Convenience/Dictionary+map.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Dictionary+Extractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k Compiling\ Int+Value.swift,\ Set+Value.swift,\ String+Value.swift,\ UInt+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Int+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/String+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Int+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/String+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bool+Value.swift,\ Date+Value.swift,\ Dictionary+Value.swift,\ Float+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Bool+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Date+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Bool+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Date+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling Dictionary+map.swift, Dictionary+Extractable.swift, Extractable+Enum.swift, Extractable+Value.swift, Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ ValueWithContext.swift,\ Array.swift,\ Dictionary.swift,\ Set.swift,\ Array+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Set.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Array.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Dictionary.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Set.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
SwiftCompile normal armv7k Compiling\ ValueWithContext.swift,\ Array.swift,\ Dictionary.swift,\ Set.swift,\ Array+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Set.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Array.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Dictionary.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Set.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
SwiftDriverJobDiscovery normal arm64 Compiling Bool+Value.swift, Date+Value.swift, Dictionary+Value.swift, Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k Compiling\ IndexExtractable+Value.swift,\ IndexExtractable+ValueWithContext.swift,\ IndexExtractable.swift,\ OutlawError.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:14:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case keyNotFound(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:15:10: warning: associated value 'nullValueWithKey(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case nullValueWithKey(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:17:10: warning: associated value 'indexNotFound(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case indexNotFound(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:18:10: warning: associated value 'nullValueWithIndex(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case nullValueWithIndex(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSON.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ Extractable.swift,\ Key.swift,\ Array+IndexExtractable.swift,\ Index.swift,\ IndexExtractable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Array+IndexExtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Array+IndexExtractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k Compiling\ Dictionary+map.swift,\ Dictionary+Extractable.swift,\ Extractable+Enum.swift,\ Extractable+Value.swift,\ Extractable+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Convenience/Dictionary+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Dictionary+Extractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Convenience/Dictionary+map.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Dictionary+Extractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Dictionary+map.swift, Dictionary+Extractable.swift, Extractable+Enum.swift, Extractable+Value.swift, Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ IndexExtractable+Value.swift,\ IndexExtractable+ValueWithContext.swift,\ IndexExtractable.swift,\ OutlawError.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatch(expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:14:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case keyNotFound(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:15:10: warning: associated value 'nullValueWithKey(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case nullValueWithKey(key: Key)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:17:10: warning: associated value 'indexNotFound(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case indexNotFound(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:18:10: warning: associated value 'nullValueWithIndex(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case nullValueWithIndex(index: Index)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSON.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for Outlaw (in target 'Outlaw' from project 'Outlaw')
SwiftDriver\ Compilation\ Requirements Outlaw normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.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 4 -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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 Compiling\ Int+Value.swift,\ Set+Value.swift,\ String+Value.swift,\ UInt+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Int+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/String+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Int+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/String+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Outlaw-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-Swift.h (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Outlaw-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftmodule (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftdoc (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.abi.json (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftsourceinfo (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ JSONCollection.swift,\ JSONSerializable.swift,\ Deserializable.swift,\ DeserializableWithContext.swift,\ Serializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Deserializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/DeserializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONCollection.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSONSerializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Deserializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/DeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Serializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SerializableWithContext.swift,\ Updatable.swift,\ UpdatableWithContext.swift,\ IndexDeserializable.swift,\ IndexDeserializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/SerializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/UpdatableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/SerializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/Updatable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Extractable/UpdatableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k Compiling\ Extractable.swift,\ Key.swift,\ Array+IndexExtractable.swift,\ Index.swift,\ IndexExtractable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Array+IndexExtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Extractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Array+IndexExtractable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 Compiling\ IndexSerializable.swift,\ IndexSerializableWithContext.swift,\ IndexUpdatable.swift,\ IndexUpdatableWithContext.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatableWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexSerializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatable.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/IndexExtractable/IndexUpdatableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Protocols/Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriver\ Compilation Outlaw normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.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 4 -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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation Outlaw normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.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 4 -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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ URL+Value.swift,\ Array+ValueWithContext.swift,\ Dictionary+ValueWithContext.swift,\ Set+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
SwiftDriverJobDiscovery normal armv7k Compiling URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling Bool+Value.swift, Date+Value.swift, Dictionary+Value.swift, Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Binary/Outlaw.o normal arm64 (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Binary/Outlaw.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Binary/Outlaw.o normal arm64_32 (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Binary/Outlaw.o
SwiftDriverJobDiscovery normal armv7k Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling Dictionary+map.swift, Dictionary+Extractable.swift, Extractable+Enum.swift, Extractable+Value.swift, Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal armv7k Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriver\ Compilation Outlaw normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.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 4 -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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Binary/Outlaw.o normal armv7k (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw_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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Binary/Outlaw.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.o normal arm64\ armv7k\ arm64_32 (in target 'Outlaw' from project 'Outlaw')
    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/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Binary/Outlaw.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Binary/Outlaw.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Binary/Outlaw.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.o
ExtractAppIntentsMetadata (in target 'Outlaw' from project 'Outlaw')
    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 Outlaw --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.Outlaw --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.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/Outlaw.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Outlaw.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Outlaw.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 12:26:42.748 appintentsmetadataprocessor[747:4379] Starting appintentsmetadataprocessor export
2025-04-24 12:26:42.789 appintentsmetadataprocessor[747:4379] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.o (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Outlaw.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Outlaw",
  "name" : "Outlaw",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Outlaw",
      "targets" : [
        "Outlaw"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OutlawTests",
      "module_type" : "SwiftTarget",
      "name" : "OutlawTests",
      "path" : "Tests/OutlawTests",
      "sources" : [
        "ArrayTests.swift",
        "BoolTests.swift",
        "CharacterTests.swift",
        "DateTests.swift",
        "DeserializableTests.swift",
        "DeserializableWithContextTests.swift",
        "DictionaryTests.swift",
        "DoubleTests.swift",
        "EnumTests.swift",
        "FloatTests.swift",
        "Int16Tests.swift",
        "Int32Tests.swift",
        "Int64Tests.swift",
        "Int8Tests.swift",
        "IntTests.swift",
        "OutlawTestCase.swift",
        "SerializableTests.swift",
        "SerializableWithContextTests.swift",
        "SetTests.swift",
        "StringTests.swift",
        "TypesForTests.swift",
        "UInt16Tests.swift",
        "UInt32Tests.swift",
        "UInt64Tests.swift",
        "UInt8Tests.swift",
        "UIntTests.swift",
        "URLTests.swift",
        "UpdatableTests.swift",
        "UpdatableWithContextTests.swift",
        "ValueWithContextTests.swift"
      ],
      "target_dependencies" : [
        "Outlaw"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Outlaw",
      "module_type" : "SwiftTarget",
      "name" : "Outlaw",
      "path" : "Sources/Outlaw",
      "product_memberships" : [
        "Outlaw"
      ],
      "sources" : [
        "Convenience/Dictionary+map.swift",
        "Core/Extractable/Dictionary+Extractable.swift",
        "Core/Extractable/Extractable+Enum.swift",
        "Core/Extractable/Extractable+Value.swift",
        "Core/Extractable/Extractable+ValueWithContext.swift",
        "Core/Extractable/Extractable.swift",
        "Core/Extractable/Key.swift",
        "Core/IndexExtractable/Array+IndexExtractable.swift",
        "Core/IndexExtractable/Index.swift",
        "Core/IndexExtractable/IndexExtractable+Enum.swift",
        "Core/IndexExtractable/IndexExtractable+Value.swift",
        "Core/IndexExtractable/IndexExtractable+ValueWithContext.swift",
        "Core/IndexExtractable/IndexExtractable.swift",
        "Core/OutlawError.swift",
        "JSON/JSON.swift",
        "JSON/JSONCollection.swift",
        "JSON/JSONSerializable.swift",
        "Protocols/Extractable/Deserializable.swift",
        "Protocols/Extractable/DeserializableWithContext.swift",
        "Protocols/Extractable/Serializable.swift",
        "Protocols/Extractable/SerializableWithContext.swift",
        "Protocols/Extractable/Updatable.swift",
        "Protocols/Extractable/UpdatableWithContext.swift",
        "Protocols/IndexExtractable/IndexDeserializable.swift",
        "Protocols/IndexExtractable/IndexDeserializableWithContext.swift",
        "Protocols/IndexExtractable/IndexSerializable.swift",
        "Protocols/IndexExtractable/IndexSerializableWithContext.swift",
        "Protocols/IndexExtractable/IndexUpdatable.swift",
        "Protocols/IndexExtractable/IndexUpdatableWithContext.swift",
        "Protocols/Value.swift",
        "Protocols/ValueWithContext.swift",
        "Types/Array.swift",
        "Types/Dictionary.swift",
        "Types/Set.swift",
        "Types/Value/Array+Value.swift",
        "Types/Value/Bool+Value.swift",
        "Types/Value/Date+Value.swift",
        "Types/Value/Dictionary+Value.swift",
        "Types/Value/Float+Value.swift",
        "Types/Value/Int+Value.swift",
        "Types/Value/Set+Value.swift",
        "Types/Value/String+Value.swift",
        "Types/Value/UInt+Value.swift",
        "Types/Value/URL+Value.swift",
        "Types/ValueWithContext/Array+ValueWithContext.swift",
        "Types/ValueWithContext/Dictionary+ValueWithContext.swift",
        "Types/ValueWithContext/Set+ValueWithContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.