The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Outlaw, reference master (55306e), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 17 Jun 2025 21:02:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Outlaw -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Molbie/Outlaw.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Molbie/Outlaw
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 55306eb Update podspec
Cloned https://github.com/Molbie/Outlaw.git
Revision (git rev-parse @):
55306eb5ef9a85f3ddb8bd5ffa3dae01807e32fc
SUCCESS checkout https://github.com/Molbie/Outlaw.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Molbie/Outlaw.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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"
}
{
  "workspace" : {
    "name" : "Outlaw",
    "schemes" : [
      "Outlaw",
      "OutlawTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Outlaw"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Outlaw -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Outlaw -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Outlaw: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Outlaw' in project 'Outlaw'
        ➜ Explicit dependency on target 'Outlaw' in project 'Outlaw'
    Target 'Outlaw' in project 'Outlaw' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5f04957a1db4f5d2cf03cb29e3907bd6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5f04957a1db4f5d2cf03cb29e3907bd6.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.modulemap (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.DependencyMetadataFileList (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.DependencyStaticMetadataFileList (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw_const_extract_protocols.json (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.LinkFileList (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw-OutputFileMap.json (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftConstValuesFileList (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Outlaw.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.modulemap (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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/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/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/Outlaw.build/Objects-normal/arm64/Outlaw_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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\ 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

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

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

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

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

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

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

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

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

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

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> {
                            ^
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

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> {
                            ^
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 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/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/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/Outlaw.build/Objects-normal/arm64/Outlaw_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Outlaw-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/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/Outlaw.build/Objects-normal/arm64/Outlaw-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Outlaw-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IndexExtractable+Value.swift, IndexExtractable+ValueWithContext.swift, IndexExtractable.swift, OutlawError.swift, JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.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 Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling Extractable.swift, Key.swift, Array+IndexExtractable.swift, Index.swift, IndexExtractable+Enum.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+Value.swift (in target 'Outlaw' from project 'Outlaw')
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')
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/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/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/Outlaw.build/Objects-normal/arm64/Outlaw_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/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/Products/Debug/Outlaw.o normal (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/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/Outlaw.build/Objects-normal/arm64/Outlaw_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.o
ExtractAppIntentsMetadata (in target 'Outlaw' from project 'Outlaw')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Outlaw --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Outlaw --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Outlaw.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Outlaw.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-17 14:02:16.922 appintentsmetadataprocessor[612:3704] Starting appintentsmetadataprocessor export
2025-06-17 14:02:16.981 appintentsmetadataprocessor[612:3704] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Outlaw.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:5fc897959f87d0945c5e876963406903b335f97c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:5fc897959f87d0945c5e876963406903b335f97c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:5fc897959f87d0945c5e876963406903b335f97c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:5fc897959f87d0945c5e876963406903b335f97c, name:My Mac }
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.