The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Marshal, reference 1.2.8 (bbd811), with Swift 6.1 for iOS using Xcode 16.3 on 25 Apr 2025 19:11:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Marshal -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/utahiosmac/Marshal.git
Reference: 1.2.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/utahiosmac/Marshal
 * tag               1.2.8      -> FETCH_HEAD
HEAD is now at bbd811b update Package.swift for tools version 5
Cloned https://github.com/utahiosmac/Marshal.git
Revision (git rev-parse @):
bbd811be9b78352e74970d1c2c652e87c83ce51b
SUCCESS checkout https://github.com/utahiosmac/Marshal.git at 1.2.8
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/utahiosmac/Marshal.git
https://github.com/utahiosmac/Marshal.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Marshal",
  "name" : "Marshal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Marshal",
      "targets" : [
        "Marshal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarshalTests",
      "module_type" : "SwiftTarget",
      "name" : "MarshalTests",
      "path" : "MarshalTests",
      "sources" : [
        "MarshalTests.swift",
        "PerformanceTestObjects.swift",
        "PerformanceTests.swift",
        "UnmarshalingWithContextTests.swift"
      ],
      "target_dependencies" : [
        "Marshal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Marshal",
      "module_type" : "SwiftTarget",
      "name" : "Marshal",
      "path" : "Sources",
      "product_memberships" : [
        "Marshal"
      ],
      "sources" : [
        "Error.swift",
        "JSON.swift",
        "KeyType.swift",
        "MarshalDictionary.swift",
        "MarshaledObject.swift",
        "Marshaling.swift",
        "Migration.swift",
        "Operators.swift",
        "UnmarshalUpdating.swift",
        "Unmarshaling.swift",
        "UnmarshalingWithContext.swift",
        "ValueType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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" : "Marshal",
  "name" : "Marshal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Marshal",
      "targets" : [
        "Marshal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarshalTests",
      "module_type" : "SwiftTarget",
      "name" : "MarshalTests",
      "path" : "MarshalTests",
      "sources" : [
        "MarshalTests.swift",
        "PerformanceTestObjects.swift",
        "PerformanceTests.swift",
        "UnmarshalingWithContextTests.swift"
      ],
      "target_dependencies" : [
        "Marshal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Marshal",
      "module_type" : "SwiftTarget",
      "name" : "Marshal",
      "path" : "Sources",
      "product_memberships" : [
        "Marshal"
      ],
      "sources" : [
        "Error.swift",
        "JSON.swift",
        "KeyType.swift",
        "MarshalDictionary.swift",
        "MarshaledObject.swift",
        "Marshaling.swift",
        "Migration.swift",
        "Operators.swift",
        "UnmarshalUpdating.swift",
        "Unmarshaling.swift",
        "UnmarshalingWithContext.swift",
        "ValueType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Marshal",
    "schemes" : [
      "Marshal"
    ],
    "targets" : [
      "Marshal",
      "MarshalTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Marshal -destination generic/platform=iOS 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 Marshal -destination generic/platform=iOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Marshal' in project 'Marshal' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 987aaf0709ff0dd1622f4f74884dbd2f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/987aaf0709ff0dd1622f4f74884dbd2f.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    /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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/module.modulemap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module.modulemap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.LinkFileList (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-OutputFileMap.json (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftConstValuesFileList (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios8.0 '-std=gnu99' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=Marshal' -fapplication-extension -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal.hmap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal.DependencyStaticMetadataFileList (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal.DependencyMetadataFileList (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-target-headers.hmap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/Marshal_vers.c (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/Marshal_vers.c
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Headers/Marshal.h /Users/admin/builder/spi-builder-workspace/Marshal/Marshal.h (in target 'Marshal' from project 'Marshal')
    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/Marshal/Marshal.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Headers (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/module.modulemap (in target 'Marshal' from project 'Marshal')
    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/Marshal.build/Debug-iphoneos/Marshal.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Marshal/Info.plist (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Marshal/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Info.plist
SwiftDriver Marshal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Marshal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.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/Marshal.build/Debug-iphoneos/Marshal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MarshalDictionary.swift,\ UnmarshalUpdating.swift /Users/admin/builder/spi-builder-workspace/Sources/MarshalDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalUpdating.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MarshalDictionary.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalUpdating.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608312989805-swift-frontend-Marshal-MarshalDictionary.swift-arm64_apple_ios8.0-o-Onone-1971101243.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2799 seconds (3.3043 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0210 ( 11.8%)   0.0204 ( 20.0%)   0.0414 ( 14.8%)   1.5177 ( 45.9%)  parse-and-resolve-imports
   0.0196 ( 11.0%)   0.0193 ( 19.0%)   0.0390 ( 13.9%)   1.5153 ( 45.9%)  Import resolution
   0.0840 ( 47.2%)   0.0319 ( 31.3%)   0.1159 ( 41.4%)   0.1158 (  3.5%)  build-rewrite-system
   0.0016 (  0.9%)   0.0073 (  7.2%)   0.0089 (  3.2%)   0.0808 (  2.4%)  load-stdlib
   0.0103 (  5.8%)   0.0081 (  8.0%)   0.0184 (  6.6%)   0.0184 (  0.6%)  import-clang-decl
   0.0090 (  5.1%)   0.0031 (  3.0%)   0.0121 (  4.3%)   0.0121 (  0.4%)  perform-sema
   0.0089 (  5.0%)   0.0030 (  3.0%)   0.0120 (  4.3%)   0.0120 (  0.4%)  Type checking and Semantic analysis
   0.0035 (  2.0%)   0.0033 (  3.2%)   0.0068 (  2.4%)   0.0068 (  0.2%)  IRGen
   0.0043 (  2.4%)   0.0020 (  2.0%)   0.0063 (  2.3%)   0.0063 (  0.2%)  typecheck-decl
   0.0044 (  2.5%)   0.0010 (  1.0%)   0.0054 (  1.9%)   0.0054 (  0.2%)  typecheck-stmt
   0.0028 (  1.6%)   0.0010 (  1.0%)   0.0039 (  1.4%)   0.0039 (  0.1%)  SILGen
   0.0032 (  1.8%)   0.0006 (  0.6%)   0.0038 (  1.4%)   0.0038 (  0.1%)  typecheck-expr
   0.0028 (  1.5%)   0.0000 (  0.0%)   0.0028 (  1.0%)   0.0028 (  0.1%)  SIL optimization
   0.0015 (  0.9%)   0.0004 (  0.4%)   0.0019 (  0.7%)   0.0019 (  0.1%)  SILGen-function
   0.0006 (  0.4%)   0.0004 (  0.4%)   0.0010 (  0.4%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1781 (100.0%)   0.1019 (100.0%)   0.2799 (100.0%)   3.3043 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8030 seconds (3.4374 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9010 (100.0%)   0.9019 (100.0%)   1.8030 (100.0%)   3.4374 (100.0%)  Building Target
   0.9010 (100.0%)   0.9019 (100.0%)   1.8030 (100.0%)   3.4374 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/JSON.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSON.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608312979081-swift-frontend-Marshal-JSON.swift-arm64_apple_ios8.0-o-Onone-3975998723.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3456 seconds (3.1787 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0204 ( 10.4%)   0.0306 ( 20.4%)   0.0510 ( 14.7%)   1.4243 ( 44.8%)  parse-and-resolve-imports
   0.0186 (  9.5%)   0.0272 ( 18.2%)   0.0458 ( 13.3%)   1.4154 ( 44.5%)  Import resolution
   0.0849 ( 43.4%)   0.0332 ( 22.2%)   0.1181 ( 34.2%)   0.1181 (  3.7%)  build-rewrite-system
   0.0018 (  0.9%)   0.0145 (  9.7%)   0.0163 (  4.7%)   0.0984 (  3.1%)  load-stdlib
   0.0138 (  7.0%)   0.0054 (  3.6%)   0.0192 (  5.6%)   0.0196 (  0.6%)  SILGen
   0.0103 (  5.2%)   0.0075 (  5.0%)   0.0177 (  5.1%)   0.0178 (  0.6%)  import-clang-decl
   0.0080 (  4.1%)   0.0068 (  4.6%)   0.0148 (  4.3%)   0.0174 (  0.5%)  perform-sema
   0.0079 (  4.0%)   0.0068 (  4.5%)   0.0147 (  4.2%)   0.0173 (  0.5%)  Type checking and Semantic analysis
   0.0064 (  3.3%)   0.0064 (  4.2%)   0.0127 (  3.7%)   0.0153 (  0.5%)  typecheck-decl
   0.0059 (  3.0%)   0.0041 (  2.7%)   0.0099 (  2.9%)   0.0100 (  0.3%)  IRGen
   0.0041 (  2.1%)   0.0025 (  1.6%)   0.0065 (  1.9%)   0.0066 (  0.2%)  typecheck-stmt
   0.0034 (  1.7%)   0.0022 (  1.5%)   0.0056 (  1.6%)   0.0056 (  0.2%)  typecheck-expr
   0.0042 (  2.2%)   0.0003 (  0.2%)   0.0045 (  1.3%)   0.0045 (  0.1%)  SIL optimization
   0.0024 (  1.2%)   0.0013 (  0.9%)   0.0036 (  1.1%)   0.0036 (  0.1%)  precheck-target
   0.0030 (  1.5%)   0.0006 (  0.4%)   0.0036 (  1.0%)   0.0036 (  0.1%)  SILGen-function
   0.0008 (  0.4%)   0.0005 (  0.3%)   0.0013 (  0.4%)   0.0013 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1957 (100.0%)   0.1499 (100.0%)   0.3456 (100.0%)   3.1787 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8799 seconds (3.4432 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9248 (100.0%)   0.9551 (100.0%)   1.8799 (100.0%)   3.4432 (100.0%)  Building Target
   0.9248 (100.0%)   0.9551 (100.0%)   1.8799 (100.0%)   3.4432 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Marshaling.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Marshaling.swift /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608312989470-swift-frontend-Marshal-Marshaling.swift-arm64_apple_ios8.0-o-Onone-1128335858.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2937 seconds (3.1436 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 ( 12.5%)   0.0294 ( 22.2%)   0.0495 ( 16.9%)   1.4440 ( 45.9%)  parse-and-resolve-imports
   0.0183 ( 11.4%)   0.0276 ( 20.8%)   0.0459 ( 15.6%)   1.4350 ( 45.6%)  Import resolution
   0.0851 ( 52.8%)   0.0326 ( 24.6%)   0.1177 ( 40.1%)   0.1178 (  3.7%)  build-rewrite-system
   0.0017 (  1.1%)   0.0093 (  7.0%)   0.0110 (  3.8%)   0.0690 (  2.2%)  load-stdlib
   0.0098 (  6.1%)   0.0076 (  5.7%)   0.0174 (  5.9%)   0.0175 (  0.6%)  import-clang-decl
   0.0056 (  3.5%)   0.0063 (  4.8%)   0.0119 (  4.0%)   0.0143 (  0.5%)  perform-sema
   0.0055 (  3.4%)   0.0063 (  4.7%)   0.0117 (  4.0%)   0.0142 (  0.5%)  Type checking and Semantic analysis
   0.0038 (  2.4%)   0.0059 (  4.4%)   0.0097 (  3.3%)   0.0106 (  0.3%)  IRGen
   0.0025 (  1.6%)   0.0050 (  3.7%)   0.0075 (  2.6%)   0.0099 (  0.3%)  typecheck-decl
   0.0028 (  1.7%)   0.0011 (  0.9%)   0.0039 (  1.3%)   0.0040 (  0.1%)  typecheck-stmt
   0.0018 (  1.1%)   0.0007 (  0.5%)   0.0025 (  0.8%)   0.0025 (  0.1%)  SILGen
   0.0024 (  1.5%)   0.0000 (  0.0%)   0.0024 (  0.8%)   0.0024 (  0.1%)  SIL optimization
   0.0008 (  0.5%)   0.0005 (  0.3%)   0.0012 (  0.4%)   0.0012 (  0.0%)  load-all-members
   0.0007 (  0.5%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1612 (100.0%)   0.1325 (100.0%)   0.2937 (100.0%)   3.1436 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8828 seconds (3.4381 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9016 (100.0%)   0.9813 (100.0%)   1.8828 (100.0%)   3.4381 (100.0%)  Building Target
   0.9016 (100.0%)   0.9813 (100.0%)   1.8828 (100.0%)   3.4381 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Marshaling.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:19:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'any KeyType'; this is an error in the Swift 6 language mode
    case keyNotFound(key: KeyType)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift:17:17: note: protocol 'KeyType' does not conform to the 'Sendable' protocol
public protocol KeyType {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:20:10: warning: associated value 'nullValue(key:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'any KeyType'; this is an error in the Swift 6 language mode
    case nullValue(key: KeyType)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift:17:17: note: protocol 'KeyType' does not conform to the 'Sendable' protocol
public protocol KeyType {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:21:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' 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/Error.swift:21:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' 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/Error.swift:22:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'any KeyType'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: KeyType, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift:17:17: note: protocol 'KeyType' does not conform to the 'Sendable' protocol
public protocol KeyType {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:22:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: KeyType, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:22:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: KeyType, expected: Any, actual: Any)
         ^
SwiftCompile normal arm64 Compiling\ Unmarshaling.swift /Users/admin/builder/spi-builder-workspace/Sources/Unmarshaling.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Unmarshaling.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608312989871-swift-frontend-Marshal-Unmarshaling.swift-arm64_apple_ios8.0-o-Onone-3476015573.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2455 seconds (3.1039 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 ( 12.7%)   0.0170 ( 18.0%)   0.0361 ( 14.7%)   1.4231 ( 45.8%)  parse-and-resolve-imports
   0.0176 ( 11.7%)   0.0158 ( 16.7%)   0.0334 ( 13.6%)   1.4203 ( 45.8%)  Import resolution
   0.0864 ( 57.3%)   0.0309 ( 32.7%)   0.1174 ( 47.8%)   0.1178 (  3.8%)  build-rewrite-system
   0.0015 (  1.0%)   0.0093 (  9.9%)   0.0109 (  4.4%)   0.0944 (  3.0%)  load-stdlib
   0.0095 (  6.3%)   0.0070 (  7.4%)   0.0164 (  6.7%)   0.0164 (  0.5%)  import-clang-decl
   0.0024 (  1.6%)   0.0045 (  4.8%)   0.0069 (  2.8%)   0.0069 (  0.2%)  IRGen
   0.0030 (  2.0%)   0.0020 (  2.1%)   0.0049 (  2.0%)   0.0052 (  0.2%)  perform-sema
   0.0029 (  1.9%)   0.0020 (  2.1%)   0.0049 (  2.0%)   0.0051 (  0.2%)  Type checking and Semantic analysis
   0.0011 (  0.7%)   0.0021 (  2.2%)   0.0031 (  1.3%)   0.0032 (  0.1%)  SILGen
   0.0015 (  1.0%)   0.0008 (  0.8%)   0.0023 (  0.9%)   0.0024 (  0.1%)  typecheck-decl
   0.0012 (  0.8%)   0.0011 (  1.2%)   0.0023 (  0.9%)   0.0024 (  0.1%)  typecheck-stmt
   0.0011 (  0.7%)   0.0011 (  1.1%)   0.0022 (  0.9%)   0.0023 (  0.1%)  typecheck-expr
   0.0020 (  1.3%)   0.0000 (  0.0%)   0.0020 (  0.8%)   0.0020 (  0.1%)  SIL optimization
   0.0006 (  0.4%)   0.0006 (  0.6%)   0.0011 (  0.5%)   0.0011 (  0.0%)  SILGen-function
   0.0006 (  0.4%)   0.0004 (  0.4%)   0.0010 (  0.4%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1509 (100.0%)   0.0946 (100.0%)   0.2455 (100.0%)   3.1039 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8598 seconds (3.4344 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9077 (100.0%)   0.9522 (100.0%)   1.8598 (100.0%)   3.4344 (100.0%)  Building Target
   0.9077 (100.0%)   0.9522 (100.0%)   1.8598 (100.0%)   3.4344 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Migration.swift /Users/admin/builder/spi-builder-workspace/Sources/Migration.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608312991325-swift-frontend-Marshal-Migration.swift-arm64_apple_ios8.0-o-Onone-3966730233.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2160 seconds (3.1551 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 ( 16.4%)   0.0221 ( 27.2%)   0.0442 ( 20.5%)   1.4813 ( 46.9%)  parse-and-resolve-imports
   0.0206 ( 15.3%)   0.0210 ( 25.9%)   0.0416 ( 19.2%)   1.4786 ( 46.9%)  Import resolution
   0.0014 (  1.0%)   0.0079 (  9.7%)   0.0093 (  4.3%)   0.0743 (  2.4%)  load-stdlib
   0.0505 ( 37.4%)   0.0187 ( 23.1%)   0.0692 ( 32.0%)   0.0691 (  2.2%)  build-rewrite-system
   0.0105 (  7.8%)   0.0023 (  2.8%)   0.0127 (  5.9%)   0.0128 (  0.4%)  perform-sema
   0.0104 (  7.7%)   0.0022 (  2.8%)   0.0127 (  5.9%)   0.0127 (  0.4%)  Type checking and Semantic analysis
   0.0071 (  5.3%)   0.0014 (  1.7%)   0.0085 (  4.0%)   0.0085 (  0.3%)  typecheck-stmt
   0.0023 (  1.7%)   0.0026 (  3.2%)   0.0048 (  2.2%)   0.0048 (  0.2%)  IRGen
   0.0035 (  2.6%)   0.0008 (  1.0%)   0.0043 (  2.0%)   0.0043 (  0.1%)  precheck-target
   0.0027 (  2.0%)   0.0007 (  0.9%)   0.0034 (  1.6%)   0.0034 (  0.1%)  typecheck-decl
   0.0009 (  0.7%)   0.0012 (  1.4%)   0.0021 (  1.0%)   0.0021 (  0.1%)  import-clang-decl
   0.0014 (  1.0%)   0.0002 (  0.2%)   0.0016 (  0.7%)   0.0016 (  0.0%)  SILGen
   0.0007 (  0.5%)   0.0001 (  0.1%)   0.0007 (  0.3%)   0.0007 (  0.0%)  SILGen-function
   0.0006 (  0.5%)   0.0000 (  0.0%)   0.0006 (  0.3%)   0.0006 (  0.0%)  SIL optimization
   0.0003 (  0.2%)   0.0000 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1349 (100.0%)   0.0811 (100.0%)   0.2160 (100.0%)   3.1551 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4163 seconds (3.0007 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5693 (100.0%)   0.8471 (100.0%)   1.4163 (100.0%)   3.0007 (100.0%)  Building Target
   0.5693 (100.0%)   0.8471 (100.0%)   1.4163 (100.0%)   3.0007 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Migration.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Operators.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608313002673-swift-frontend-Marshal-Operators.swift-arm64_apple_ios8.0-o-Onone-4106466957.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2800 seconds (3.1363 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0192 ( 10.6%)   0.0189 ( 19.1%)   0.0381 ( 13.6%)   1.4312 ( 45.6%)  parse-and-resolve-imports
   0.0175 (  9.7%)   0.0172 ( 17.4%)   0.0347 ( 12.4%)   1.4251 ( 45.4%)  Import resolution
   0.0853 ( 47.0%)   0.0333 ( 33.7%)   0.1185 ( 42.3%)   0.1189 (  3.8%)  build-rewrite-system
   0.0011 (  0.6%)   0.0036 (  3.6%)   0.0046 (  1.7%)   0.0678 (  2.2%)  load-stdlib
   0.0135 (  7.4%)   0.0052 (  5.2%)   0.0186 (  6.7%)   0.0217 (  0.7%)  perform-sema
   0.0134 (  7.4%)   0.0051 (  5.2%)   0.0185 (  6.6%)   0.0215 (  0.7%)  Type checking and Semantic analysis
   0.0092 (  5.1%)   0.0059 (  6.0%)   0.0151 (  5.4%)   0.0153 (  0.5%)  import-clang-decl
   0.0044 (  2.4%)   0.0034 (  3.4%)   0.0077 (  2.8%)   0.0107 (  0.3%)  typecheck-decl
   0.0083 (  4.6%)   0.0015 (  1.6%)   0.0098 (  3.5%)   0.0099 (  0.3%)  typecheck-stmt
   0.0030 (  1.7%)   0.0034 (  3.4%)   0.0064 (  2.3%)   0.0064 (  0.2%)  IRGen
   0.0030 (  1.7%)   0.0006 (  0.6%)   0.0036 (  1.3%)   0.0036 (  0.1%)  SILGen
   0.0014 (  0.8%)   0.0000 (  0.0%)   0.0014 (  0.5%)   0.0014 (  0.0%)  SIL optimization
   0.0012 (  0.6%)   0.0001 (  0.1%)   0.0013 (  0.5%)   0.0013 (  0.0%)  SILGen-function
   0.0007 (  0.4%)   0.0004 (  0.4%)   0.0011 (  0.4%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1813 (100.0%)   0.0986 (100.0%)   0.2800 (100.0%)   3.1363 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8703 seconds (3.4214 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9161 (100.0%)   0.9542 (100.0%)   1.8703 (100.0%)   3.4214 (100.0%)  Building Target
   0.9161 (100.0%)   0.9542 (100.0%)   1.8703 (100.0%)   3.4214 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Operators.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ KeyType.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608312994031-swift-frontend-Marshal-KeyType.swift-arm64_apple_ios8.0-o-Onone-3003060628.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7412 seconds (3.1159 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9515 ( 47.1%)   0.3175 ( 43.9%)   1.2690 ( 46.3%)   1.4462 ( 46.4%)  parse-and-resolve-imports
   0.9498 ( 47.1%)   0.3148 ( 43.6%)   1.2645 ( 46.1%)   1.4372 ( 46.1%)  Import resolution
   0.0845 (  4.2%)   0.0273 (  3.8%)   0.1118 (  4.1%)   0.1118 (  3.6%)  build-rewrite-system
   0.0115 (  0.6%)   0.0359 (  5.0%)   0.0475 (  1.7%)   0.0621 (  2.0%)  load-stdlib
   0.0099 (  0.5%)   0.0067 (  0.9%)   0.0166 (  0.6%)   0.0167 (  0.5%)  import-clang-decl
   0.0023 (  0.1%)   0.0041 (  0.6%)   0.0064 (  0.2%)   0.0095 (  0.3%)  perform-sema
   0.0022 (  0.1%)   0.0041 (  0.6%)   0.0063 (  0.2%)   0.0094 (  0.3%)  Type checking and Semantic analysis
   0.0019 (  0.1%)   0.0040 (  0.5%)   0.0059 (  0.2%)   0.0089 (  0.3%)  typecheck-decl
   0.0021 (  0.1%)   0.0047 (  0.7%)   0.0068 (  0.2%)   0.0073 (  0.2%)  IRGen
   0.0010 (  0.0%)   0.0023 (  0.3%)   0.0033 (  0.1%)   0.0036 (  0.1%)  SILGen
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  load-all-members
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  SIL optimization
   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0006 (  0.0%)   0.0006 (  0.0%)  SILGen-function
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   2.0186 (100.0%)   0.7227 (100.0%)   2.7412 (100.0%)   3.1159 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1234 seconds (3.4278 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8423 (100.0%)   1.2811 (100.0%)   3.1234 (100.0%)   3.4278 (100.0%)  Building Target
   1.8423 (100.0%)   1.2811 (100.0%)   3.1234 (100.0%)   3.4278 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Marshal (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608313003454-swift-frontend-Marshal-all-arm64_apple_ios8.0-swiftmodule-Onone-4292349750.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1694 seconds (3.2707 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0208 ( 20.0%)   0.0200 ( 30.6%)   0.0408 ( 24.1%)   1.5578 ( 47.6%)  parse-and-resolve-imports
   0.0195 ( 18.7%)   0.0189 ( 28.9%)   0.0383 ( 22.6%)   1.5554 ( 47.6%)  Import resolution
   0.0012 (  1.1%)   0.0033 (  5.0%)   0.0045 (  2.6%)   0.0703 (  2.2%)  load-stdlib
   0.0163 ( 15.7%)   0.0038 (  5.8%)   0.0201 ( 11.9%)   0.0201 (  0.6%)  perform-sema
   0.0162 ( 15.6%)   0.0036 (  5.6%)   0.0198 ( 11.7%)   0.0198 (  0.6%)  Type checking and Semantic analysis
   0.0159 ( 15.3%)   0.0034 (  5.2%)   0.0193 ( 11.4%)   0.0193 (  0.6%)  typecheck-decl
   0.0040 (  3.9%)   0.0055 (  8.4%)   0.0095 (  5.6%)   0.0103 (  0.3%)  SIL optimization
   0.0045 (  4.3%)   0.0013 (  1.9%)   0.0057 (  3.4%)   0.0057 (  0.2%)  SILGen
   0.0014 (  1.3%)   0.0035 (  5.3%)   0.0049 (  2.9%)   0.0056 (  0.2%)  Serialization, swiftmodule
   0.0012 (  1.1%)   0.0013 (  2.0%)   0.0025 (  1.5%)   0.0025 (  0.1%)  import-clang-decl
   0.0012 (  1.2%)   0.0003 (  0.4%)   0.0015 (  0.9%)   0.0015 (  0.0%)  build-rewrite-system
   0.0008 (  0.8%)   0.0001 (  0.2%)   0.0010 (  0.6%)   0.0010 (  0.0%)  Serialization, swiftsourceinfo
   0.0006 (  0.5%)   0.0002 (  0.2%)   0.0007 (  0.4%)   0.0007 (  0.0%)  SILGen-function
   0.0003 (  0.3%)   0.0001 (  0.2%)   0.0004 (  0.2%)   0.0004 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.1041 (100.0%)   0.0653 (100.0%)   0.1694 (100.0%)   3.2707 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0871 seconds (1.6708 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0498 (100.0%)   0.0373 (100.0%)   0.0871 (100.0%)   1.6708 (100.0%)  Building Target
   0.0498 (100.0%)   0.0373 (100.0%)   0.0871 (100.0%)   1.6708 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:19:10: warning: associated value 'keyNotFound(key:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'any KeyType'; this is an error in the Swift 6 language mode
    case keyNotFound(key: KeyType)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift:17:17: note: protocol 'KeyType' does not conform to the 'Sendable' protocol
public protocol KeyType {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:20:10: warning: associated value 'nullValue(key:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'any KeyType'; this is an error in the Swift 6 language mode
    case nullValue(key: KeyType)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift:17:17: note: protocol 'KeyType' does not conform to the 'Sendable' protocol
public protocol KeyType {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:21:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' 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/Error.swift:21:10: warning: associated value 'typeMismatch(expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' 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/Error.swift:22:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'any KeyType'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: KeyType, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift:17:17: note: protocol 'KeyType' does not conform to the 'Sendable' protocol
public protocol KeyType {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:22:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: KeyType, expected: Any, actual: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:22:10: warning: associated value 'typeMismatchWithKey(key:expected:actual:)' of 'Sendable'-conforming enum 'MarshalError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchWithKey(key: KeyType, expected: Any, actual: Any)
         ^
SwiftCompile normal arm64 Compiling\ ValueType.swift /Users/admin/builder/spi-builder-workspace/Sources/ValueType.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608313001184-swift-frontend-Marshal-ValueType.swift-arm64_apple_ios8.0-o-Onone-2135085475.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3504 seconds (3.8099 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 (  9.3%)   0.0240 ( 21.2%)   0.0461 ( 13.1%)   1.7428 ( 45.7%)  parse-and-resolve-imports
   0.0207 (  8.7%)   0.0229 ( 20.2%)   0.0436 ( 12.4%)   1.7403 ( 45.7%)  Import resolution
   0.0598 ( 25.2%)   0.0236 ( 20.8%)   0.0834 ( 23.8%)   0.0836 (  2.2%)  build-rewrite-system
   0.0012 (  0.5%)   0.0050 (  4.4%)   0.0061 (  1.8%)   0.0719 (  1.9%)  load-stdlib
   0.0270 ( 11.4%)   0.0063 (  5.6%)   0.0333 (  9.5%)   0.0333 (  0.9%)  perform-sema
   0.0269 ( 11.3%)   0.0063 (  5.5%)   0.0332 (  9.5%)   0.0332 (  0.9%)  Type checking and Semantic analysis
   0.0164 (  6.9%)   0.0039 (  3.5%)   0.0203 (  5.8%)   0.0203 (  0.5%)  typecheck-stmt
   0.0102 (  4.3%)   0.0074 (  6.5%)   0.0176 (  5.0%)   0.0177 (  0.5%)  import-clang-decl
   0.0114 (  4.8%)   0.0033 (  2.9%)   0.0146 (  4.2%)   0.0147 (  0.4%)  SILGen
   0.0083 (  3.5%)   0.0039 (  3.4%)   0.0122 (  3.5%)   0.0122 (  0.3%)  IRGen
   0.0095 (  4.0%)   0.0022 (  2.0%)   0.0118 (  3.4%)   0.0118 (  0.3%)  typecheck-decl
   0.0078 (  3.3%)   0.0022 (  1.9%)   0.0100 (  2.9%)   0.0100 (  0.3%)  typecheck-expr
   0.0074 (  3.1%)   0.0019 (  1.7%)   0.0093 (  2.7%)   0.0093 (  0.2%)  SILGen-function
   0.0051 (  2.1%)   0.0001 (  0.1%)   0.0051 (  1.5%)   0.0052 (  0.1%)  SIL optimization
   0.0022 (  0.9%)   0.0001 (  0.1%)   0.0023 (  0.7%)   0.0023 (  0.1%)  precheck-target
   0.0007 (  0.3%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-for-each
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2372 (100.0%)   0.1132 (100.0%)   0.3504 (100.0%)   3.8099 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5683 seconds (3.4248 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7163 (100.0%)   0.8521 (100.0%)   1.5683 (100.0%)   3.4248 (100.0%)  Building Target
   0.7163 (100.0%)   0.8521 (100.0%)   1.5683 (100.0%)   3.4248 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValueType.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ MarshaledObject.swift /Users/admin/builder/spi-builder-workspace/Sources/MarshaledObject.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608313001355-swift-frontend-Marshal-MarshaledObject.swift-arm64_apple_ios8.0-o-Onone-191030432.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5130 seconds (3.3270 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 (  6.7%)   0.0328 ( 18.4%)   0.0554 ( 10.8%)   1.4266 ( 42.9%)  parse-and-resolve-imports
   0.0209 (  6.2%)   0.0305 ( 17.1%)   0.0514 ( 10.0%)   1.4179 ( 42.6%)  Import resolution
   0.0855 ( 25.6%)   0.0326 ( 18.2%)   0.1181 ( 23.0%)   0.1180 (  3.5%)  build-rewrite-system
   0.0013 (  0.4%)   0.0052 (  2.9%)   0.0065 (  1.3%)   0.0744 (  2.2%)  load-stdlib
   0.0407 ( 12.2%)   0.0153 (  8.6%)   0.0560 ( 10.9%)   0.0586 (  1.8%)  perform-sema
   0.0406 ( 12.2%)   0.0153 (  8.6%)   0.0559 ( 10.9%)   0.0585 (  1.8%)  Type checking and Semantic analysis
   0.0336 ( 10.0%)   0.0102 (  5.7%)   0.0438 (  8.5%)   0.0439 (  1.3%)  typecheck-stmt
   0.0261 (  7.8%)   0.0094 (  5.3%)   0.0355 (  6.9%)   0.0356 (  1.1%)  typecheck-expr
   0.0201 (  6.0%)   0.0104 (  5.8%)   0.0305 (  5.9%)   0.0330 (  1.0%)  typecheck-decl
   0.0102 (  3.0%)   0.0076 (  4.2%)   0.0177 (  3.5%)   0.0183 (  0.6%)  import-clang-decl
   0.0067 (  2.0%)   0.0038 (  2.1%)   0.0105 (  2.0%)   0.0105 (  0.3%)  IRGen
   0.0079 (  2.4%)   0.0016 (  0.9%)   0.0094 (  1.8%)   0.0095 (  0.3%)  SILGen
   0.0063 (  1.9%)   0.0024 (  1.4%)   0.0087 (  1.7%)   0.0088 (  0.3%)  precheck-target
   0.0052 (  1.6%)   0.0010 (  0.6%)   0.0063 (  1.2%)   0.0063 (  0.2%)  SILGen-function
   0.0057 (  1.7%)   0.0001 (  0.1%)   0.0058 (  1.1%)   0.0058 (  0.2%)  SIL optimization
   0.0007 (  0.2%)   0.0004 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3344 (100.0%)   0.1786 (100.0%)   0.5130 (100.0%)   3.3270 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8905 seconds (3.4302 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9680 (100.0%)   0.9225 (100.0%)   1.8905 (100.0%)   3.4302 (100.0%)  Building Target
   0.9680 (100.0%)   0.9225 (100.0%)   1.8905 (100.0%)   3.4302 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MarshaledObject.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UnmarshalingWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalingWithContext.swift (in target 'Marshal' from project 'Marshal')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745608314738796-swift-frontend-Marshal-UnmarshalingWithContext.swift-arm64_apple_ios8.0-o-Onone-343595879.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2844 seconds (0.2851 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0857 ( 45.6%)   0.0318 ( 33.0%)   0.1175 ( 41.3%)   0.1178 ( 41.3%)  build-rewrite-system
   0.0209 ( 11.1%)   0.0210 ( 21.8%)   0.0420 ( 14.8%)   0.0420 ( 14.7%)  parse-and-resolve-imports
   0.0195 ( 10.4%)   0.0196 ( 20.3%)   0.0391 ( 13.7%)   0.0391 ( 13.7%)  Import resolution
   0.0097 (  5.2%)   0.0064 (  6.6%)   0.0161 (  5.7%)   0.0161 (  5.7%)  import-clang-decl
   0.0099 (  5.3%)   0.0028 (  2.9%)   0.0127 (  4.5%)   0.0128 (  4.5%)  perform-sema
   0.0098 (  5.2%)   0.0028 (  2.9%)   0.0126 (  4.4%)   0.0127 (  4.5%)  Type checking and Semantic analysis
   0.0076 (  4.1%)   0.0023 (  2.3%)   0.0099 (  3.5%)   0.0099 (  3.5%)  typecheck-stmt
   0.0055 (  2.9%)   0.0019 (  1.9%)   0.0074 (  2.6%)   0.0075 (  2.6%)  typecheck-decl
   0.0037 (  2.0%)   0.0030 (  3.1%)   0.0067 (  2.3%)   0.0067 (  2.3%)  IRGen
   0.0049 (  2.6%)   0.0016 (  1.7%)   0.0065 (  2.3%)   0.0065 (  2.3%)  typecheck-expr
   0.0039 (  2.1%)   0.0000 (  0.0%)   0.0040 (  1.4%)   0.0040 (  1.4%)  SIL optimization
   0.0028 (  1.5%)   0.0006 (  0.6%)   0.0034 (  1.2%)   0.0034 (  1.2%)  SILGen
   0.0011 (  0.6%)   0.0019 (  2.0%)   0.0030 (  1.1%)   0.0030 (  1.1%)  load-stdlib
   0.0016 (  0.8%)   0.0004 (  0.4%)   0.0020 (  0.7%)   0.0020 (  0.7%)  SILGen-function
   0.0006 (  0.3%)   0.0003 (  0.3%)   0.0009 (  0.3%)   0.0009 (  0.3%)  load-all-members
   0.0006 (  0.3%)   0.0000 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.2%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1879 (100.0%)   0.0965 (100.0%)   0.2844 (100.0%)   0.2851 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6147 seconds (1.6867 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8587 (100.0%)   0.7560 (100.0%)   1.6147 (100.0%)   1.6867 (100.0%)  Building Target
   0.8587 (100.0%)   0.7560 (100.0%)   1.6147 (100.0%)   1.6867 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalingWithContext.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for Marshal (in target 'Marshal' from project 'Marshal')
SwiftDriver\ Compilation\ Requirements Marshal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Marshal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.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/Marshal.build/Debug-iphoneos/Marshal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Migration.swift (in target 'Marshal' from project 'Marshal')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Headers/Marshal-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Headers/Marshal-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftmodule (in target 'Marshal' from project 'Marshal')
    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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftdoc (in target 'Marshal' from project 'Marshal')
    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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.abi.json (in target 'Marshal' from project 'Marshal')
    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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftsourceinfo (in target 'Marshal' from project 'Marshal')
    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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/Marshal_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/Marshal_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o -index-unit-output-path /Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/Marshal_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/Marshal_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o -index-unit-output-path /Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling ValueType.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling KeyType.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling MarshalDictionary.swift, UnmarshalUpdating.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Marshaling.swift, Error.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling UnmarshalingWithContext.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling MarshaledObject.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Unmarshaling.swift (in target 'Marshal' from project 'Marshal')
SwiftDriver\ Compilation Marshal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Marshal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.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/Marshal.build/Debug-iphoneos/Marshal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Marshal normal (in target 'Marshal' from project 'Marshal')
    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-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.LinkFileList -install_name @rpath/Marshal.framework/Marshal -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_dependency_info.dat -fapplication-extension -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Marshal
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Marshal' from project 'Marshal')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Marshal normal (in target 'Marshal' from project 'Marshal')
	Building project Marshal with scheme Marshal
(2 failures)
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" : "Marshal",
  "name" : "Marshal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Marshal",
      "targets" : [
        "Marshal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarshalTests",
      "module_type" : "SwiftTarget",
      "name" : "MarshalTests",
      "path" : "MarshalTests",
      "sources" : [
        "MarshalTests.swift",
        "PerformanceTestObjects.swift",
        "PerformanceTests.swift",
        "UnmarshalingWithContextTests.swift"
      ],
      "target_dependencies" : [
        "Marshal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Marshal",
      "module_type" : "SwiftTarget",
      "name" : "Marshal",
      "path" : "Sources",
      "product_memberships" : [
        "Marshal"
      ],
      "sources" : [
        "Error.swift",
        "JSON.swift",
        "KeyType.swift",
        "MarshalDictionary.swift",
        "MarshaledObject.swift",
        "Marshaling.swift",
        "Migration.swift",
        "Operators.swift",
        "UnmarshalUpdating.swift",
        "Unmarshaling.swift",
        "UnmarshalingWithContext.swift",
        "ValueType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Marshal",
    "schemes" : [
      "Marshal"
    ],
    "targets" : [
      "Marshal",
      "MarshalTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Marshal -destination generic/platform=iOS
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 Marshal -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Marshal' in project 'Marshal' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: e4f5acaf077a6fb33b3c5e4ef977548c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e4f5acaf077a6fb33b3c5e4ef977548c.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj
    /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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Marshal/Info.plist (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Marshal/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Info.plist
SwiftDriver Marshal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Marshal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.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/Marshal.build/Debug-iphoneos/Marshal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Unmarshaling.swift /Users/admin/builder/spi-builder-workspace/Sources/Unmarshaling.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Unmarshaling.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64 Compiling\ Marshaling.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Marshaling.swift /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Marshaling.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ MarshalDictionary.swift,\ UnmarshalUpdating.swift /Users/admin/builder/spi-builder-workspace/Sources/MarshalDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalUpdating.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MarshalDictionary.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalUpdating.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ ValueType.swift /Users/admin/builder/spi-builder-workspace/Sources/ValueType.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValueType.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ KeyType.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyType.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ MarshaledObject.swift /Users/admin/builder/spi-builder-workspace/Sources/MarshaledObject.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MarshaledObject.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Migration.swift /Users/admin/builder/spi-builder-workspace/Sources/Migration.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Migration.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Operators.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Operators.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UnmarshalingWithContext.swift /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalingWithContext.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UnmarshalingWithContext.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/JSON.swift (in target 'Marshal' from project 'Marshal')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSON.swift (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for Marshal (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Unmarshaling.swift (in target 'Marshal' from project 'Marshal')
SwiftDriver\ Compilation\ Requirements Marshal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Marshal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.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/Marshal.build/Debug-iphoneos/Marshal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.abi.json (in target 'Marshal' from project 'Marshal')
    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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Modules/Marshal.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling KeyType.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling MarshalDictionary.swift, UnmarshalUpdating.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Marshaling.swift, Error.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Migration.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling UnmarshalingWithContext.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling MarshaledObject.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling ValueType.swift (in target 'Marshal' from project 'Marshal')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'Marshal' from project 'Marshal')
SwiftDriver\ Compilation Marshal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Marshal' from project 'Marshal')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Marshal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-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/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.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/Marshal.build/Debug-iphoneos/Marshal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal-389bea1ba544b4a17bc7422cd653110b-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Marshal-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Marshal normal (in target 'Marshal' from project 'Marshal')
    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-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.LinkFileList -install_name @rpath/Marshal.framework/Marshal -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal_dependency_info.dat -fapplication-extension -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Marshal.build/Debug-iphoneos/Marshal.build/Objects-normal/arm64/Marshal.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Marshal
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/Marshal.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Marshal' from project 'Marshal')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Marshal.framework/Marshal normal (in target 'Marshal' from project 'Marshal')
	Building project Marshal with scheme Marshal
(2 failures)
BUILD FAILURE 6.1 iOS