Build Information
Successful build of ResilientDecoding, reference 1.2.0 (19a780
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 12:29:46 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResilientDecoding -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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/ResilientDecoding.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/airbnb/ResilientDecoding
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 19a780e Bump podspec version to 1.2.0 (#58)
Cloned https://github.com/airbnb/ResilientDecoding.git
Revision (git rev-parse @):
19a780e60b81e85c934ccd0fe026b8f24cb4d141
SUCCESS checkout https://github.com/airbnb/ResilientDecoding.git at 1.2.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/airbnb/ResilientDecoding.git
https://github.com/airbnb/ResilientDecoding.git
{
"dependencies" : [
],
"manifest_display_name" : "ResilientDecoding",
"name" : "ResilientDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ResilientDecoding",
"targets" : [
"ResilientDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ResilientDecodingTests",
"module_type" : "SwiftTarget",
"name" : "ResilientDecodingTests",
"path" : "Tests/ResilientDecodingTests",
"sources" : [
"BugTests.swift",
"MemoryTests.swift",
"ResilientArrayTests.swift",
"ResilientDecodingErrorReporterTests.swift",
"ResilientDecodingTests.swift",
"ResilientDictionaryTests.swift",
"ResilientOptionalTests.swift",
"ResilientRawRepresentableArrayTests.swift",
"ResilientRawRepresentableDictionaryTests.swift",
"ResilientRawRepresentableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ResilientDecoding"
],
"type" : "test"
},
{
"c99name" : "ResilientDecoding",
"module_type" : "SwiftTarget",
"name" : "ResilientDecoding",
"path" : "Sources/ResilientDecoding",
"product_memberships" : [
"ResilientDecoding"
],
"sources" : [
"ErrorReporting.swift",
"Resilient.swift",
"ResilientArray+DecodingOutcome.swift",
"ResilientArray.swift",
"ResilientDictionary+DecodingOutcome.swift",
"ResilientDictionary.swift",
"ResilientOptional.swift",
"ResilientRawRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ResilientDecoding: /Users/admin/builder/spi-builder-workspace
resolved source packages: ResilientDecoding
{
"dependencies" : [
],
"manifest_display_name" : "ResilientDecoding",
"name" : "ResilientDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ResilientDecoding",
"targets" : [
"ResilientDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ResilientDecodingTests",
"module_type" : "SwiftTarget",
"name" : "ResilientDecodingTests",
"path" : "Tests/ResilientDecodingTests",
"sources" : [
"BugTests.swift",
"MemoryTests.swift",
"ResilientArrayTests.swift",
"ResilientDecodingErrorReporterTests.swift",
"ResilientDecodingTests.swift",
"ResilientDictionaryTests.swift",
"ResilientOptionalTests.swift",
"ResilientRawRepresentableArrayTests.swift",
"ResilientRawRepresentableDictionaryTests.swift",
"ResilientRawRepresentableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ResilientDecoding"
],
"type" : "test"
},
{
"c99name" : "ResilientDecoding",
"module_type" : "SwiftTarget",
"name" : "ResilientDecoding",
"path" : "Sources/ResilientDecoding",
"product_memberships" : [
"ResilientDecoding"
],
"sources" : [
"ErrorReporting.swift",
"Resilient.swift",
"ResilientArray+DecodingOutcome.swift",
"ResilientArray.swift",
"ResilientDictionary+DecodingOutcome.swift",
"ResilientDictionary.swift",
"ResilientOptional.swift",
"ResilientRawRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ResilientDecoding"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResilientDecoding -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 ResilientDecoding -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:
ResilientDecoding: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'ResilientDecodingTests' in project 'ResilientDecoding'
➜ Explicit dependency on target 'ResilientDecoding' in project 'ResilientDecoding'
Target 'ResilientDecoding' in project 'ResilientDecoding'
➜ Explicit dependency on target 'ResilientDecoding' in project 'ResilientDecoding'
Target 'ResilientDecoding' in project 'ResilientDecoding' (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: 6419ae2394a84f8edfacb8b8d3e90715
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6419ae2394a84f8edfacb8b8d3e90715.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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.modulemap (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/ResilientDecodingTests.DependencyStaticMetadataFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/ResilientDecodingTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-OutputFileMap.json (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_const_extract_protocols.json (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.LinkFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftConstValuesFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/ResilientDecodingTests.DependencyMetadataFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/ResilientDecodingTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_const_extract_protocols.json (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftConstValuesFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.LinkFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-OutputFileMap.json (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.DependencyStaticMetadataFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.DependencyMetadataFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ResilientDecoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.modulemap (in target 'ResilientDecoding' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/MacOS (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/MacOS
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest
SwiftDriver ResilientDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecoding' from project 'ResilientDecoding')
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 ResilientDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug/ResilientDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug/ResilientDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ErrorReporting.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift:237:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
public let novelValue: Any
^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift:60:49: warning: type 'Any' does not conform to the 'Sendable' protocol
userInfo[.resilientDecodingErrorReporter] = oldValue
^
SwiftCompile normal arm64 Compiling\ Resilient.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/Resilient.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/Resilient.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientArray+DecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
public let results: [Result<Element, Error>]
^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:44:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
public struct ArrayDecodingError<Element>: Error {
^
: Sendable
SwiftCompile normal arm64 Compiling\ ResilientDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientOptional.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientOptional.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientOptional.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientRawRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientRawRepresentable.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientRawRepresentable.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientArray.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ResilientDecoding (in target 'ResilientDecoding' from project 'ResilientDecoding')
EmitSwiftModule normal arm64 (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift:237:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
public let novelValue: Any
^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
public let results: [Result<Element, Error>]
^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:44:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
public struct ArrayDecodingError<Element>: Error {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[String : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
public let results: [String: Result<Value, Error>]
^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:44:41: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct DictionaryDecodingError<Value>: Error {
^
: Sendable
SwiftCompile normal arm64 Compiling\ ResilientDictionary+DecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[String : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
public let results: [String: Result<Value, Error>]
^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:44:41: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct DictionaryDecodingError<Value>: Error {
^
: Sendable
SwiftDriverJobDiscovery normal arm64 Emitting module for ResilientDecoding (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftDriver\ Compilation\ Requirements ResilientDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecoding' from project 'ResilientDecoding')
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 ResilientDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug/ResilientDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug/ResilientDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ResilientDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ResilientDecoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule (in target 'ResilientDecoding' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftdoc (in target 'ResilientDecoding' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.abi.json (in target 'ResilientDecoding' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftsourceinfo (in target 'ResilientDecoding' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver ResilientDecodingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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 ResilientDecodingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.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-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/PackageFrameworks -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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ResilientDecodingTests (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
EmitSwiftModule normal arm64 (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientDecodingTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientRawRepresentableArrayTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ResilientOptional.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientRawRepresentableTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDictionary.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ XCTestManifests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/XCTestManifests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/XCTestManifests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDictionary+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientDictionaryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentable.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientOptionalTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientOptionalTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientOptionalTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Resilient.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ BugTests.swift,\ MemoryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/BugTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/MemoryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/BugTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/MemoryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ErrorReporting.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientDecodingErrorReporterTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingErrorReporterTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingErrorReporterTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResilientRawRepresentableDictionaryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ResilientArray.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientArray+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientArrayTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for ResilientDecodingTests (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriver\ Compilation\ Requirements ResilientDecodingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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 ResilientDecodingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.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-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/PackageFrameworks -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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling XCTestManifests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriver\ Compilation ResilientDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecoding' from project 'ResilientDecoding')
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 ResilientDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug/ResilientDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug/ResilientDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftdoc (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.abi.json (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftsourceinfo (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.o normal (in target 'ResilientDecoding' from project 'ResilientDecoding')
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.14 -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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.o
ExtractAppIntentsMetadata (in target 'ResilientDecoding' from project 'ResilientDecoding')
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 ResilientDecoding --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.14 --bundle-identifier spi-builder-workspace.ResilientDecoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.appintents --target-triple arm64-apple-macos10.14 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/ResilientDecoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 05:29:43.586 appintentsmetadataprocessor[729:4295] Starting appintentsmetadataprocessor export
2025-04-29 05:29:43.636 appintentsmetadataprocessor[729:4295] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.o (in target 'ResilientDecoding' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecoding.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling ResilientArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDecodingTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentableTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling BugTests.swift, MemoryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentableArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentableDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDecodingErrorReporterTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientOptionalTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriver\ Compilation ResilientDecodingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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 ResilientDecodingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.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-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/PackageFrameworks -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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/ResilientDecodingTests.xctest/Contents/MacOS/ResilientDecodingTests normal (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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-macos14.0 -bundle -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/PackageFrameworks -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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/MacOS/ResilientDecodingTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/MacOS/ResilientDecodingTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Library/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Extensions --platform macosx --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
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 ResilientDecodingTests --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 14.0 --bundle-identifier spi-builder-workspace.ResilientDecodingTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/Resources --target-triple arm64-apple-macos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest/Contents/MacOS/ResilientDecodingTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/ResilientDecodingTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/ResilientDecodingTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 05:29:45.147 appintentsmetadataprocessor[732:4327] Starting appintentsmetadataprocessor export
2025-04-29 05:29:45.149 appintentsmetadataprocessor[732:4327] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ResilientDecodingTests.xctest
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f14601d21490331a12fa2d46a3fd90444033e7cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f14601d21490331a12fa2d46a3fd90444033e7cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f14601d21490331a12fa2d46a3fd90444033e7cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f14601d21490331a12fa2d46a3fd90444033e7cd, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ResilientDecoding",
"name" : "ResilientDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ResilientDecoding",
"targets" : [
"ResilientDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ResilientDecodingTests",
"module_type" : "SwiftTarget",
"name" : "ResilientDecodingTests",
"path" : "Tests/ResilientDecodingTests",
"sources" : [
"BugTests.swift",
"MemoryTests.swift",
"ResilientArrayTests.swift",
"ResilientDecodingErrorReporterTests.swift",
"ResilientDecodingTests.swift",
"ResilientDictionaryTests.swift",
"ResilientOptionalTests.swift",
"ResilientRawRepresentableArrayTests.swift",
"ResilientRawRepresentableDictionaryTests.swift",
"ResilientRawRepresentableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ResilientDecoding"
],
"type" : "test"
},
{
"c99name" : "ResilientDecoding",
"module_type" : "SwiftTarget",
"name" : "ResilientDecoding",
"path" : "Sources/ResilientDecoding",
"product_memberships" : [
"ResilientDecoding"
],
"sources" : [
"ErrorReporting.swift",
"Resilient.swift",
"ResilientArray+DecodingOutcome.swift",
"ResilientArray.swift",
"ResilientDictionary+DecodingOutcome.swift",
"ResilientDictionary.swift",
"ResilientOptional.swift",
"ResilientRawRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.