Build Information
Successful build of Outlaw, reference 4.1.0 (55306e), with Swift 6.3 for watchOS using Xcode 26.4 on 10 Apr 2026 17:56:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Outlaw -destination generic/platform=watchOSBuild Log
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/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> {
^
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
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
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 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
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> {
^
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?] {
^
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
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 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
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/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 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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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 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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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
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/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/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
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
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Outlaw (in target 'Outlaw' from project 'Outlaw')
EmitSwiftModule normal arm64_32 (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?] {
^
/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> {
^
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_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
SwiftDriverJobDiscovery normal armv7k Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.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 armv7k Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.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?] {
^
SwiftDriverJobDiscovery normal armv7k Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.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 armv7k Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
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
SwiftDriverJobDiscovery normal armv7k Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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 armv7k Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.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 armv7k Compiling Bool+Value.swift, Date+Value.swift, Dictionary+Value.swift, Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
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 armv7k Compiling URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.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 armv7k 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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.swift (in target 'Outlaw' from project 'Outlaw')
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
SwiftDriverJobDiscovery normal arm64 Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftCompile normal arm64_32 /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 URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
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
SwiftDriverJobDiscovery normal arm64 Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
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 Dictionary+map.swift, Dictionary+Extractable.swift, Extractable+Enum.swift, Extractable+Value.swift, Extractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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 Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.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
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 JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.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.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
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/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
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> {
^
SwiftDriverJobDiscovery normal arm64_32 Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, 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
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
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
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
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 URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
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?] {
^
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling Bool+Value.swift, Date+Value.swift, Dictionary+Value.swift, Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.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')
SwiftDriverJobDiscovery normal arm64 Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling Bool+Value.swift, Date+Value.swift, Dictionary+Value.swift, Float+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64_32 Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64_32/Outlaw-linker-args.resp -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 arm64 Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Outlaw-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/arm64/Binary/Outlaw.o
SwiftDriverJobDiscovery normal armv7k Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug-watchos/Outlaw.build/Objects-normal/armv7k/Outlaw-linker-args.resp -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-26.4.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.phabP5/Metal.xctoolchain --module-name Outlaw --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk --xcode-version 17E192 --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
2026-04-10 13:56:58.084 appintentsmetadataprocessor[693:4340] Starting appintentsmetadataprocessor export
2026-04-10 13:56:58.113 appintentsmetadataprocessor[693:4340] 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 **
2026-04-10 13:56:48.571 xcodebuild[636:3900] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
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.