Build Information
Successful build of Outlaw, reference master (55306e
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 19:25:00 UTC.
Swift 6 data race errors: 46
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Outlaw -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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.1
Building package at path: $PWD
https://github.com/Molbie/Outlaw.git
https://github.com/Molbie/Outlaw.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Outlaw -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.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 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0ccd39062ee3b9092173b84512bc54d6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0ccd39062ee3b9092173b84512bc54d6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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
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/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
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/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.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/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/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
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.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.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_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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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\ 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\ IndexExtractable+Value.swift,\ IndexExtractable+ValueWithContext.swift,\ IndexExtractable.swift,\ OutlawError.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSON.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+Value.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/IndexExtractable.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatch(expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatch(expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:14:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
case keyNotFound(key: Key)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:15:10: warning: associated value 'nullValueWithKey(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
case nullValueWithKey(key: Key)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:17:10: warning: associated value 'indexNotFound(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
case indexNotFound(index: Index)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:18:10: warning: associated value 'nullValueWithIndex(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
case nullValueWithIndex(index: Index)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/JSON/JSON.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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\ 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\ 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
SwiftEmitModule normal arm64 Emitting\ module\ for\ Outlaw (in target 'Outlaw' from project 'Outlaw')
EmitSwiftModule normal arm64 (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatch(expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:13:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatch(expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:14:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
case keyNotFound(key: Key)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:15:10: warning: associated value 'nullValueWithKey(key:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
case nullValueWithKey(key: Key)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Key'; this is an error in the Swift 6 language mode
case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/Extractable/Key.swift:13:17: note: protocol 'Key' does not conform to the 'Sendable' protocol
public protocol Key {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:16:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithKey(key: Key, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:17:10: warning: associated value 'indexNotFound(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
case indexNotFound(index: Index)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:18:10: warning: associated value 'nullValueWithIndex(index:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
case nullValueWithIndex(index: Index)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'any Index'; this is an error in the Swift 6 language mode
case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/IndexExtractable/Index.swift:12:17: note: protocol 'Index' does not conform to the 'Sendable' protocol
public protocol Index {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Core/OutlawError.swift:19:10: warning: associated value 'typeMismatchWithIndex(index:expected:actual:)' of 'Sendable'-conforming enum 'OutlawError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchWithIndex(index: Index, expected: Any, actual: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
^
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
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\ 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\ URL+Value.swift,\ Array+ValueWithContext.swift,\ Dictionary+ValueWithContext.swift,\ Set+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/Value/URL+Value.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
^
SwiftDriverJobDiscovery normal arm64 Emitting module for Outlaw (in target 'Outlaw' from project 'Outlaw')
SwiftDriver\ Compilation\ Requirements Outlaw normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Outlaw' from project 'Outlaw')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 ValueWithContext.swift, Array.swift, Dictionary.swift, Set.swift, Array+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 URL+Value.swift, Array+ValueWithContext.swift, Dictionary+ValueWithContext.swift, Set+ValueWithContext.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling IndexSerializable.swift, IndexSerializableWithContext.swift, IndexUpdatable.swift, IndexUpdatableWithContext.swift, Value.swift (in target 'Outlaw' from project 'Outlaw')
SwiftDriverJobDiscovery normal arm64 Compiling JSONCollection.swift, JSONSerializable.swift, Deserializable.swift, DeserializableWithContext.swift, Serializable.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 SerializableWithContext.swift, Updatable.swift, UpdatableWithContext.swift, IndexDeserializable.swift, IndexDeserializableWithContext.swift (in target 'Outlaw' from project 'Outlaw')
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 Int+Value.swift, Set+Value.swift, String+Value.swift, UInt+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 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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Outlaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Outlaw.build/Debug/Outlaw.build/Objects-normal/arm64/Outlaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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-16.3.0.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-16.3.0.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-16.3.0.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 -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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Outlaw --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --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-04-24 12:24:59.432 appintentsmetadataprocessor[720:4080] Starting appintentsmetadataprocessor export
2025-04-24 12:24:59.467 appintentsmetadataprocessor[720:4080] 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:7069f48b9f24f987871c2efcf7a446bdb1bc5f15, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7069f48b9f24f987871c2efcf7a446bdb1bc5f15, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7069f48b9f24f987871c2efcf7a446bdb1bc5f15, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7069f48b9f24f987871c2efcf7a446bdb1bc5f15, 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.