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 Mapper, reference 10.0.1 (c8f848), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 20:59:47 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lyft/mapper.git
Reference: 10.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lyft/mapper
 * tag               10.0.1     -> FETCH_HEAD
HEAD is now at c8f848c Bump version to 10.0.1
Cloned https://github.com/lyft/mapper.git
Revision (git rev-parse @):
c8f848c8a496e8dbfafa4fba5bb44723bacbe853
SUCCESS checkout https://github.com/lyft/mapper.git at 10.0.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lyft/mapper.git
https://github.com/lyft/mapper.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mapper",
  "name" : "Mapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Mapper",
      "targets" : [
        "Mapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapperTests",
      "module_type" : "SwiftTarget",
      "name" : "MapperTests",
      "path" : "Tests/MapperTests",
      "sources" : [
        "ConvertibleValueTests.swift",
        "CustomTransformationTests.swift",
        "ErrorTests.swift",
        "InitializerTests.swift",
        "JSONSerializationIntegrationTests.swift",
        "MappableValueTests.swift",
        "NormalValueTests.swift",
        "OptionalValueTests.swift",
        "RawRepresentibleValueTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "Mapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mapper",
      "module_type" : "SwiftTarget",
      "name" : "Mapper",
      "path" : "Sources",
      "product_memberships" : [
        "Mapper"
      ],
      "sources" : [
        "Convertible.swift",
        "DefaultConvertible.swift",
        "Defaults+Convertible.swift",
        "Float+Convertible.swift",
        "Mappable.swift",
        "Mapper.swift",
        "MapperError.swift",
        "NSDictionary+Safety.swift",
        "Transform+Dictionary.swift",
        "Transform.swift",
        "URL+Convertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mapper",
  "name" : "Mapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Mapper",
      "targets" : [
        "Mapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapperTests",
      "module_type" : "SwiftTarget",
      "name" : "MapperTests",
      "path" : "Tests/MapperTests",
      "sources" : [
        "ConvertibleValueTests.swift",
        "CustomTransformationTests.swift",
        "ErrorTests.swift",
        "InitializerTests.swift",
        "JSONSerializationIntegrationTests.swift",
        "MappableValueTests.swift",
        "NormalValueTests.swift",
        "OptionalValueTests.swift",
        "RawRepresentibleValueTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "Mapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mapper",
      "module_type" : "SwiftTarget",
      "name" : "Mapper",
      "path" : "Sources",
      "product_memberships" : [
        "Mapper"
      ],
      "sources" : [
        "Convertible.swift",
        "DefaultConvertible.swift",
        "Defaults+Convertible.swift",
        "Float+Convertible.swift",
        "Mappable.swift",
        "Mapper.swift",
        "MapperError.swift",
        "NSDictionary+Safety.swift",
        "Transform+Dictionary.swift",
        "Transform.swift",
        "URL+Convertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Mapper",
    "schemes" : [
      "Mapper"
    ],
    "targets" : [
      "Mapper",
      "MapperTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mapper -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Mapper -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Mapper' in project 'Mapper' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7b48ae6af6eec87154d5401ae0f269fa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7b48ae6af6eec87154d5401ae0f269fa.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Mapper.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/module.modulemap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper.hmap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper.DependencyStaticMetadataFileList (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftConstValuesFileList (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-OutputFileMap.json (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target x86_64-apple-macos10.10 -fapplication-extension -fpascal-strings -Os -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -fasm-blocks -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-target-headers.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.LinkFileList (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftFileList (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper.DependencyMetadataFileList (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-target-headers.hmap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/Mapper_vers.c (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/Mapper_vers.c
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Resources Versions/Current/Resources (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Modules Versions/Current/Modules (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Mapper Versions/Current/Mapper (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Mapper /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Mapper
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Headers Versions/Current/Headers (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Resources (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/Current A (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/Current
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Headers (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/module.modulemap (in target 'Mapper' from project 'Mapper')
    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/Mapper.build/Debug/Mapper.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Resources/Info.plist (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Resources/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Resources/Info.plist
SwiftDriver Mapper normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
    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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/Mapper.build/Debug/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal x86_64 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779927403-swift-frontend-Mapper-Mapper.swift-x86_64_apple_macos10.10-o-Onone-1530283026.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4994 seconds (5.1548 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 ( 11.2%)   0.1014 ( 36.3%)   0.1261 ( 25.3%)   2.4120 ( 46.8%)  parse-and-resolve-imports
   0.0234 ( 10.6%)   0.1003 ( 35.9%)   0.1237 ( 24.8%)   2.4095 ( 46.7%)  Import resolution
   0.0751 ( 34.1%)   0.0254 (  9.1%)   0.1005 ( 20.1%)   0.1005 (  1.9%)  build-rewrite-system
   0.0016 (  0.7%)   0.0143 (  5.1%)   0.0159 (  3.2%)   0.0995 (  1.9%)  load-stdlib
   0.0167 (  7.6%)   0.0056 (  2.0%)   0.0223 (  4.5%)   0.0224 (  0.4%)  perform-sema
   0.0166 (  7.6%)   0.0056 (  2.0%)   0.0222 (  4.5%)   0.0223 (  0.4%)  Type checking and Semantic analysis
   0.0117 (  5.3%)   0.0097 (  3.5%)   0.0214 (  4.3%)   0.0214 (  0.4%)  import-clang-decl
   0.0110 (  5.0%)   0.0030 (  1.1%)   0.0140 (  2.8%)   0.0140 (  0.3%)  typecheck-stmt
   0.0065 (  3.0%)   0.0052 (  1.9%)   0.0117 (  2.4%)   0.0117 (  0.2%)  IRGen
   0.0076 (  3.4%)   0.0018 (  0.6%)   0.0093 (  1.9%)   0.0093 (  0.2%)  SILGen
   0.0059 (  2.7%)   0.0029 (  1.0%)   0.0088 (  1.8%)   0.0088 (  0.2%)  typecheck-decl
   0.0068 (  3.1%)   0.0019 (  0.7%)   0.0087 (  1.7%)   0.0087 (  0.2%)  typecheck-expr
   0.0054 (  2.5%)   0.0003 (  0.1%)   0.0057 (  1.1%)   0.0057 (  0.1%)  SIL optimization
   0.0047 (  2.1%)   0.0008 (  0.3%)   0.0055 (  1.1%)   0.0055 (  0.1%)  SILGen-function
   0.0010 (  0.5%)   0.0005 (  0.2%)   0.0015 (  0.3%)   0.0015 (  0.0%)  typecheck-for-each
   0.0008 (  0.4%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0007 (  0.3%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  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%)  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%)  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.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.2204 (100.0%)   0.2790 (100.0%)   0.4994 (100.0%)   5.1548 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1230 seconds (4.5578 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2603 (100.0%)   0.8628 (100.0%)   2.1230 (100.0%)   4.5578 (100.0%)  Building Target
   1.2603 (100.0%)   0.8628 (100.0%)   2.1230 (100.0%)   4.5578 (100.0%)  Total
SwiftCompile normal x86_64 Compiling\ NSDictionary+Safety.swift /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779929290-swift-frontend-Mapper-NSDictionary_Safety.swift-x86_64_apple_macos10.10-o-Onone-3618120850.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4217 seconds (5.7305 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0281 ( 18.0%)   0.1051 ( 39.5%)   0.1331 ( 31.6%)   2.7405 ( 47.8%)  parse-and-resolve-imports
   0.0255 ( 16.4%)   0.1032 ( 38.8%)   0.1287 ( 30.5%)   2.7360 ( 47.7%)  Import resolution
   0.0017 (  1.1%)   0.0132 (  5.0%)   0.0149 (  3.5%)   0.1087 (  1.9%)  load-stdlib
   0.0507 ( 32.5%)   0.0159 (  6.0%)   0.0667 ( 15.8%)   0.0666 (  1.2%)  build-rewrite-system
   0.0121 (  7.8%)   0.0095 (  3.6%)   0.0216 (  5.1%)   0.0216 (  0.4%)  import-clang-decl
   0.0065 (  4.1%)   0.0038 (  1.4%)   0.0102 (  2.4%)   0.0103 (  0.2%)  perform-sema
   0.0064 (  4.1%)   0.0038 (  1.4%)   0.0102 (  2.4%)   0.0102 (  0.2%)  Type checking and Semantic analysis
   0.0051 (  3.3%)   0.0034 (  1.3%)   0.0085 (  2.0%)   0.0086 (  0.1%)  typecheck-decl
   0.0030 (  1.9%)   0.0032 (  1.2%)   0.0062 (  1.5%)   0.0063 (  0.1%)  IRGen
   0.0044 (  2.8%)   0.0017 (  0.6%)   0.0061 (  1.5%)   0.0062 (  0.1%)  typecheck-stmt
   0.0040 (  2.6%)   0.0015 (  0.6%)   0.0055 (  1.3%)   0.0056 (  0.1%)  typecheck-expr
   0.0025 (  1.6%)   0.0009 (  0.3%)   0.0034 (  0.8%)   0.0034 (  0.1%)  SILGen
   0.0030 (  2.0%)   0.0001 (  0.0%)   0.0031 (  0.7%)   0.0031 (  0.1%)  SIL optimization
   0.0017 (  1.1%)   0.0004 (  0.1%)   0.0020 (  0.5%)   0.0020 (  0.0%)  SILGen-function
   0.0009 (  0.6%)   0.0003 (  0.1%)   0.0012 (  0.3%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  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%)  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.1559 (100.0%)   0.2657 (100.0%)   0.4217 (100.0%)   5.7305 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7872 seconds (4.5523 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9501 (100.0%)   0.8371 (100.0%)   1.7872 (100.0%)   4.5523 (100.0%)  Building Target
   0.9501 (100.0%)   0.8371 (100.0%)   1.7872 (100.0%)   4.5523 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779930726-swift-frontend-Mapper-URL_Convertible.swift-x86_64_apple_macos10.10-o-Onone-3455416126.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.4205 seconds (5.0194 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5576 ( 48.1%)   0.5462 ( 46.1%)   2.1038 ( 47.6%)   2.3570 ( 47.0%)  parse-and-resolve-imports
   1.5559 ( 48.1%)   0.5427 ( 45.9%)   2.0987 ( 47.5%)   2.3497 ( 46.8%)  Import resolution
   0.0016 (  0.1%)   0.0140 (  1.2%)   0.0157 (  0.4%)   0.0985 (  2.0%)  load-stdlib
   0.0800 (  2.5%)   0.0149 (  1.3%)   0.0949 (  2.1%)   0.0948 (  1.9%)  build-rewrite-system
   0.0129 (  0.4%)   0.0114 (  1.0%)   0.0243 (  0.6%)   0.0260 (  0.5%)  import-clang-decl
   0.0051 (  0.2%)   0.0114 (  1.0%)   0.0165 (  0.4%)   0.0184 (  0.4%)  perform-sema
   0.0051 (  0.2%)   0.0114 (  1.0%)   0.0165 (  0.4%)   0.0184 (  0.4%)  Type checking and Semantic analysis
   0.0020 (  0.1%)   0.0089 (  0.8%)   0.0109 (  0.2%)   0.0141 (  0.3%)  SILGen
   0.0039 (  0.1%)   0.0069 (  0.6%)   0.0107 (  0.2%)   0.0118 (  0.2%)  typecheck-stmt
   0.0038 (  0.1%)   0.0069 (  0.6%)   0.0107 (  0.2%)   0.0117 (  0.2%)  typecheck-expr
   0.0011 (  0.0%)   0.0044 (  0.4%)   0.0056 (  0.1%)   0.0064 (  0.1%)  typecheck-decl
   0.0025 (  0.1%)   0.0022 (  0.2%)   0.0047 (  0.1%)   0.0048 (  0.1%)  IRGen
   0.0028 (  0.1%)   0.0003 (  0.0%)   0.0031 (  0.1%)   0.0031 (  0.1%)  SIL optimization
   0.0013 (  0.0%)   0.0012 (  0.1%)   0.0025 (  0.1%)   0.0028 (  0.1%)  SILGen-function
   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0009 (  0.0%)   0.0011 (  0.0%)  precheck-target
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   3.2368 (100.0%)   1.1837 (100.0%)   4.4205 (100.0%)   5.0194 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1237 seconds (4.5509 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.7649 (100.0%)   1.3588 (100.0%)   4.1237 (100.0%)   4.5509 (100.0%)  Building Target
   2.7649 (100.0%)   1.3588 (100.0%)   4.1237 (100.0%)   4.5509 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Float+Convertible.swift,\ Transform+Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Float+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Float+Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779935422-swift-frontend-Mapper-Float_Convertible.swift-x86_64_apple_macos10.10-o-Onone-4075302460.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4560 seconds (5.5101 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0259 ( 14.4%)   0.1058 ( 38.3%)   0.1316 ( 28.9%)   2.6173 ( 47.5%)  parse-and-resolve-imports
   0.0238 ( 13.2%)   0.1038 ( 37.6%)   0.1277 ( 28.0%)   2.6133 ( 47.4%)  Import resolution
   0.0796 ( 44.2%)   0.0284 ( 10.3%)   0.1080 ( 23.7%)   0.1087 (  2.0%)  build-rewrite-system
   0.0019 (  1.0%)   0.0115 (  4.2%)   0.0134 (  2.9%)   0.0956 (  1.7%)  load-stdlib
   0.0117 (  6.5%)   0.0096 (  3.5%)   0.0213 (  4.7%)   0.0213 (  0.4%)  import-clang-decl
   0.0073 (  4.1%)   0.0036 (  1.3%)   0.0109 (  2.4%)   0.0109 (  0.2%)  perform-sema
   0.0073 (  4.0%)   0.0035 (  1.3%)   0.0108 (  2.4%)   0.0108 (  0.2%)  Type checking and Semantic analysis
   0.0058 (  3.2%)   0.0030 (  1.1%)   0.0088 (  1.9%)   0.0088 (  0.2%)  typecheck-stmt
   0.0040 (  2.2%)   0.0032 (  1.2%)   0.0072 (  1.6%)   0.0072 (  0.1%)  IRGen
   0.0035 (  1.9%)   0.0007 (  0.3%)   0.0042 (  0.9%)   0.0042 (  0.1%)  SILGen
   0.0017 (  1.0%)   0.0018 (  0.6%)   0.0035 (  0.8%)   0.0035 (  0.1%)  typecheck-expr
   0.0030 (  1.7%)   0.0001 (  0.0%)   0.0031 (  0.7%)   0.0031 (  0.1%)  SIL optimization
   0.0021 (  1.2%)   0.0003 (  0.1%)   0.0024 (  0.5%)   0.0024 (  0.0%)  SILGen-function
   0.0013 (  0.7%)   0.0005 (  0.2%)   0.0018 (  0.4%)   0.0018 (  0.0%)  typecheck-decl
   0.0006 (  0.4%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  load-all-members
   0.0004 (  0.2%)   0.0000 (  0.0%)   0.0005 (  0.1%)   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%)  associated-type-inference
   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%)  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1800 (100.0%)   0.2760 (100.0%)   0.4560 (100.0%)   5.5101 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9239 seconds (4.5507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1147 (100.0%)   0.8092 (100.0%)   1.9239 (100.0%)   4.5507 (100.0%)  Building Target
   1.1147 (100.0%)   0.8092 (100.0%)   1.9239 (100.0%)   4.5507 (100.0%)  Total
SwiftCompile normal x86_64 Compiling\ DefaultConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779932087-swift-frontend-Mapper-DefaultConvertible.swift-x86_64_apple_macos10.10-o-Onone-2158474881.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3471 seconds (4.9704 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0259 ( 23.5%)   0.1016 ( 42.9%)   0.1275 ( 36.7%)   2.3984 ( 48.3%)  parse-and-resolve-imports
   0.0238 ( 21.6%)   0.1004 ( 42.4%)   0.1242 ( 35.8%)   2.3950 ( 48.2%)  Import resolution
   0.0019 (  1.7%)   0.0124 (  5.3%)   0.0143 (  4.1%)   0.0960 (  1.9%)  load-stdlib
   0.0467 ( 42.4%)   0.0149 (  6.3%)   0.0616 ( 17.8%)   0.0616 (  1.2%)  build-rewrite-system
   0.0022 (  2.0%)   0.0037 (  1.5%)   0.0059 (  1.7%)   0.0059 (  0.1%)  IRGen
   0.0011 (  1.0%)   0.0013 (  0.5%)   0.0024 (  0.7%)   0.0024 (  0.0%)  import-clang-decl
   0.0015 (  1.3%)   0.0006 (  0.2%)   0.0020 (  0.6%)   0.0020 (  0.0%)  SILGen
   0.0013 (  1.2%)   0.0005 (  0.2%)   0.0018 (  0.5%)   0.0018 (  0.0%)  perform-sema
   0.0013 (  1.1%)   0.0005 (  0.2%)   0.0017 (  0.5%)   0.0017 (  0.0%)  Type checking and Semantic analysis
   0.0016 (  1.4%)   0.0000 (  0.0%)   0.0016 (  0.5%)   0.0016 (  0.0%)  SIL optimization
   0.0010 (  0.9%)   0.0003 (  0.1%)   0.0014 (  0.4%)   0.0014 (  0.0%)  SILGen-function
   0.0006 (  0.6%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-decl
   0.0006 (  0.5%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-stmt
   0.0005 (  0.5%)   0.0002 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  typecheck-expr
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  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%)  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.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%)  SIL verification, pre-optimization
   0.1102 (100.0%)   0.2369 (100.0%)   0.3471 (100.0%)   4.9704 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5949 seconds (2.9705 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3963 (100.0%)   0.1986 (100.0%)   0.5949 (100.0%)   2.9705 (100.0%)  Building Target
   0.3963 (100.0%)   0.1986 (100.0%)   0.5949 (100.0%)   2.9705 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779931947-swift-frontend-Mapper-Transform.swift-x86_64_apple_macos10.10-o-Onone-1014234766.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3420 seconds (5.1162 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0260 ( 26.2%)   0.1055 ( 43.4%)   0.1315 ( 38.4%)   2.4848 ( 48.6%)  parse-and-resolve-imports
   0.0243 ( 24.5%)   0.1042 ( 42.9%)   0.1286 ( 37.6%)   2.4819 ( 48.5%)  Import resolution
   0.0016 (  1.6%)   0.0130 (  5.4%)   0.0146 (  4.3%)   0.0822 (  1.6%)  load-stdlib
   0.0433 ( 43.6%)   0.0142 (  5.8%)   0.0575 ( 16.8%)   0.0575 (  1.1%)  build-rewrite-system
   0.0020 (  2.0%)   0.0043 (  1.8%)   0.0063 (  1.8%)   0.0063 (  0.1%)  IRGen
   0.0008 (  0.8%)   0.0010 (  0.4%)   0.0018 (  0.5%)   0.0018 (  0.0%)  import-clang-decl
   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  SILGen
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  perform-sema
   0.0003 (  0.3%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  SIL optimization
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Type checking and Semantic analysis
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-decl
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SILGen-function
   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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0992 (100.0%)   0.2428 (100.0%)   0.3420 (100.0%)   5.1162 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5457 seconds (2.9675 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3639 (100.0%)   0.1818 (100.0%)   0.5457 (100.0%)   2.9675 (100.0%)  Building Target
   0.3639 (100.0%)   0.1818 (100.0%)   0.5457 (100.0%)   2.9675 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Defaults+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779940080-swift-frontend-Mapper-Defaults_Convertible.swift-x86_64_apple_macos10.10-o-Onone-2379600150.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4277 seconds (5.6379 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0257 ( 15.6%)   0.1024 ( 38.9%)   0.1281 ( 29.9%)   2.6944 ( 47.8%)  parse-and-resolve-imports
   0.0240 ( 14.6%)   0.1012 ( 38.4%)   0.1252 ( 29.3%)   2.6916 ( 47.7%)  Import resolution
   0.0785 ( 47.8%)   0.0276 ( 10.5%)   0.1061 ( 24.8%)   0.1063 (  1.9%)  build-rewrite-system
   0.0017 (  1.0%)   0.0108 (  4.1%)   0.0125 (  2.9%)   0.0888 (  1.6%)  load-stdlib
   0.0119 (  7.2%)   0.0094 (  3.6%)   0.0213 (  5.0%)   0.0213 (  0.4%)  import-clang-decl
   0.0054 (  3.3%)   0.0026 (  1.0%)   0.0080 (  1.9%)   0.0080 (  0.1%)  perform-sema
   0.0053 (  3.3%)   0.0025 (  1.0%)   0.0079 (  1.8%)   0.0079 (  0.1%)  Type checking and Semantic analysis
   0.0053 (  3.2%)   0.0025 (  0.9%)   0.0078 (  1.8%)   0.0078 (  0.1%)  typecheck-decl
   0.0031 (  1.9%)   0.0038 (  1.4%)   0.0069 (  1.6%)   0.0077 (  0.1%)  IRGen
   0.0015 (  0.9%)   0.0004 (  0.2%)   0.0019 (  0.4%)   0.0019 (  0.0%)  SILGen
   0.0009 (  0.5%)   0.0002 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0006 (  0.3%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  SIL optimization
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   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%)  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%)  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%)  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.1642 (100.0%)   0.2635 (100.0%)   0.4277 (100.0%)   5.6379 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8414 seconds (4.5422 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0634 (100.0%)   0.7780 (100.0%)   1.8414 (100.0%)   4.5422 (100.0%)  Building Target
   1.0634 (100.0%)   0.7780 (100.0%)   1.8414 (100.0%)   4.5422 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal x86_64 Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779937520-swift-frontend-Mapper-all-x86_64_apple_macos10.10-swiftmodule-Onone-3558425953.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3275 seconds (5.3430 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0288 ( 30.8%)   0.1008 ( 43.0%)   0.1295 ( 39.6%)   2.6040 ( 48.7%)  parse-and-resolve-imports
   0.0255 ( 27.3%)   0.0992 ( 42.4%)   0.1247 ( 38.1%)   2.5992 ( 48.6%)  Import resolution
   0.0015 (  1.6%)   0.0109 (  4.7%)   0.0124 (  3.8%)   0.0737 (  1.4%)  load-stdlib
   0.0097 ( 10.4%)   0.0040 (  1.7%)   0.0136 (  4.2%)   0.0149 (  0.3%)  perform-sema
   0.0096 ( 10.3%)   0.0039 (  1.7%)   0.0135 (  4.1%)   0.0147 (  0.3%)  Type checking and Semantic analysis
   0.0093 (  9.9%)   0.0038 (  1.6%)   0.0131 (  4.0%)   0.0143 (  0.3%)  typecheck-decl
   0.0027 (  2.9%)   0.0054 (  2.3%)   0.0081 (  2.5%)   0.0089 (  0.2%)  SIL optimization
   0.0024 (  2.6%)   0.0020 (  0.9%)   0.0045 (  1.4%)   0.0045 (  0.1%)  import-clang-decl
   0.0007 (  0.8%)   0.0025 (  1.1%)   0.0032 (  1.0%)   0.0040 (  0.1%)  Serialization, swiftmodule
   0.0007 (  0.7%)   0.0010 (  0.4%)   0.0017 (  0.5%)   0.0017 (  0.0%)  Serialization, swiftdoc
   0.0012 (  1.3%)   0.0003 (  0.1%)   0.0016 (  0.5%)   0.0016 (  0.0%)  SILGen
   0.0005 (  0.5%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.0%)  build-rewrite-system
   0.0003 (  0.3%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  SILGen-function
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-expr
   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%)  AST verification
   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%)  SIL verification, pre-optimization
   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%)  populate-module-class-member-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%)  get-conformance-access-path
   0.0933 (100.0%)   0.2342 (100.0%)   0.3275 (100.0%)   5.3430 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1699 seconds (2.7076 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0459 (100.0%)   0.1240 (100.0%)   0.1699 (100.0%)   2.7076 (100.0%)  Building Target
   0.0459 (100.0%)   0.1240 (100.0%)   0.1699 (100.0%)   2.7076 (100.0%)  Total
EmitSwiftModule normal x86_64 (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:12:10: warning: associated value 'convertibleError(value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case convertibleError(value: Any?, type: Any.Type)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:14:10: warning: associated value 'invalidRawValueError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidRawValueError(field: String, value: Any, type: Any.Type)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:16:10: warning: associated value 'typeMismatchError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchError(field: String, value: Any, type: Any.Type)
         ^
SwiftCompile normal x86_64 Compiling\ Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779939685-swift-frontend-Mapper-Convertible.swift-x86_64_apple_macos10.10-o-Onone-2566304596.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4014 seconds (5.4309 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0291 ( 25.1%)   0.1122 ( 39.4%)   0.1414 ( 35.2%)   2.6465 ( 48.7%)  parse-and-resolve-imports
   0.0275 ( 23.6%)   0.1107 ( 38.8%)   0.1381 ( 34.4%)   2.6432 ( 48.7%)  Import resolution
   0.0096 (  8.3%)   0.0402 ( 14.1%)   0.0498 ( 12.4%)   0.0683 (  1.3%)  load-stdlib
   0.0463 ( 39.8%)   0.0174 (  6.1%)   0.0638 ( 15.9%)   0.0645 (  1.2%)  build-rewrite-system
   0.0019 (  1.6%)   0.0027 (  1.0%)   0.0046 (  1.2%)   0.0046 (  0.1%)  IRGen
   0.0008 (  0.7%)   0.0013 (  0.5%)   0.0022 (  0.5%)   0.0022 (  0.0%)  import-clang-decl
   0.0004 (  0.3%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.0%)  perform-sema
   0.0003 (  0.3%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.0%)  Type checking and Semantic analysis
   0.0003 (  0.3%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL 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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1163 (100.0%)   0.2851 (100.0%)   0.4014 (100.0%)   5.4309 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5186 seconds (3.0455 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3111 (100.0%)   0.2075 (100.0%)   0.5186 (100.0%)   3.0455 (100.0%)  Building Target
   0.3111 (100.0%)   0.2075 (100.0%)   0.5186 (100.0%)   3.0455 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Mappable.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614779940360-swift-frontend-Mapper-Mappable.swift-x86_64_apple_macos10.10-o-Onone-4006506020.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4348 seconds (5.2854 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0261 ( 15.7%)   0.1059 ( 39.4%)   0.1320 ( 30.4%)   2.5266 ( 47.8%)  parse-and-resolve-imports
   0.0243 ( 14.7%)   0.1046 ( 38.9%)   0.1289 ( 29.7%)   2.5236 ( 47.7%)  Import resolution
   0.0788 ( 47.5%)   0.0262 (  9.7%)   0.1050 ( 24.1%)   0.1050 (  2.0%)  build-rewrite-system
   0.0016 (  1.0%)   0.0108 (  4.0%)   0.0124 (  2.9%)   0.0737 (  1.4%)  load-stdlib
   0.0134 (  8.1%)   0.0112 (  4.2%)   0.0246 (  5.7%)   0.0246 (  0.5%)  import-clang-decl
   0.0041 (  2.4%)   0.0022 (  0.8%)   0.0063 (  1.4%)   0.0063 (  0.1%)  perform-sema
   0.0040 (  2.4%)   0.0022 (  0.8%)   0.0062 (  1.4%)   0.0062 (  0.1%)  Type checking and Semantic analysis
   0.0027 (  1.6%)   0.0026 (  1.0%)   0.0053 (  1.2%)   0.0053 (  0.1%)  IRGen
   0.0024 (  1.5%)   0.0007 (  0.3%)   0.0032 (  0.7%)   0.0032 (  0.1%)  typecheck-stmt
   0.0031 (  1.8%)   0.0001 (  0.0%)   0.0031 (  0.7%)   0.0031 (  0.1%)  SIL optimization
   0.0014 (  0.9%)   0.0014 (  0.5%)   0.0028 (  0.7%)   0.0028 (  0.1%)  typecheck-decl
   0.0015 (  0.9%)   0.0004 (  0.1%)   0.0018 (  0.4%)   0.0018 (  0.0%)  SILGen
   0.0010 (  0.6%)   0.0003 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  load-all-members
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-expr
   0.0007 (  0.4%)   0.0001 (  0.0%)   0.0008 (  0.2%)   0.0008 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  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.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.1658 (100.0%)   0.2690 (100.0%)   0.4348 (100.0%)   5.2854 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0231 seconds (4.5397 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1734 (100.0%)   0.8498 (100.0%)   2.0231 (100.0%)   4.5397 (100.0%)  Building Target
   1.1734 (100.0%)   0.8498 (100.0%)   2.0231 (100.0%)   4.5397 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ MapperError.swift /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614782716846-swift-frontend-Mapper-MapperError.swift-x86_64_apple_macos10.10-o-Onone-3844431673.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1188 seconds (0.1193 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0255 ( 43.1%)   0.0262 ( 43.9%)   0.0517 ( 43.5%)   0.0519 ( 43.5%)  parse-and-resolve-imports
   0.0236 ( 40.0%)   0.0244 ( 41.0%)   0.0481 ( 40.5%)   0.0483 ( 40.5%)  Import resolution
   0.0027 (  4.6%)   0.0036 (  6.0%)   0.0063 (  5.3%)   0.0063 (  5.3%)  IRGen
   0.0010 (  1.7%)   0.0019 (  3.1%)   0.0029 (  2.4%)   0.0029 (  2.4%)  load-stdlib
   0.0016 (  2.7%)   0.0008 (  1.4%)   0.0025 (  2.1%)   0.0025 (  2.1%)  perform-sema
   0.0016 (  2.7%)   0.0008 (  1.4%)   0.0024 (  2.0%)   0.0024 (  2.0%)  Type checking and Semantic analysis
   0.0016 (  2.6%)   0.0008 (  1.3%)   0.0024 (  2.0%)   0.0024 (  2.0%)  typecheck-decl
   0.0006 (  1.0%)   0.0003 (  0.5%)   0.0009 (  0.8%)   0.0010 (  0.9%)  SILGen
   0.0003 (  0.6%)   0.0006 (  1.0%)   0.0009 (  0.8%)   0.0010 (  0.8%)  import-clang-decl
   0.0003 (  0.6%)   0.0000 (  0.1%)   0.0004 (  0.3%)   0.0004 (  0.3%)  SIL optimization
   0.0001 (  0.2%)   0.0001 (  0.1%)   0.0002 (  0.2%)   0.0002 (  0.2%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  build-rewrite-system
   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%)  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.0592 (100.0%)   0.0596 (100.0%)   0.1188 (100.0%)   0.1193 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1784 seconds (0.1824 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1235 (100.0%)   0.0549 (100.0%)   0.1784 (100.0%)   0.1824 (100.0%)  Building Target
   0.1235 (100.0%)   0.0549 (100.0%)   0.1784 (100.0%)   0.1824 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:12:10: warning: associated value 'convertibleError(value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case convertibleError(value: Any?, type: Any.Type)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:14:10: warning: associated value 'invalidRawValueError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidRawValueError(field: String, value: Any, type: Any.Type)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:16:10: warning: associated value 'typeMismatchError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case typeMismatchError(field: String, value: Any, type: Any.Type)
         ^
SwiftDriverJobDiscovery normal x86_64 Emitting module for Mapper (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation\ Requirements Mapper normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
    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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/Mapper.build/Debug/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal x86_64 Compiling MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Headers/Mapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch x86_64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Headers/Mapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftmodule (in target 'Mapper' from project 'Mapper')
    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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftdoc (in target 'Mapper' from project 'Mapper')
    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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.abi.json (in target 'Mapper' from project 'Mapper')
    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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftsourceinfo (in target 'Mapper' from project 'Mapper')
    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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/Mapper_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/Mapper_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_vers.o
SwiftDriverJobDiscovery normal x86_64 Compiling Transform.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Float+Convertible.swift, Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation Mapper normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
    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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/Mapper.build/Debug/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -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/Mapper.framework/Versions/A/Mapper normal (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.LinkFileList -install_name @rpath/Mapper.framework/Versions/A/Mapper -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_lto.o -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftmodule -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Mapper
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_macosx.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'Mapper' from project 'Mapper')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Mapper normal (in target 'Mapper' from project 'Mapper')
	Building project Mapper with scheme Mapper
(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" : "Mapper",
  "name" : "Mapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Mapper",
      "targets" : [
        "Mapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapperTests",
      "module_type" : "SwiftTarget",
      "name" : "MapperTests",
      "path" : "Tests/MapperTests",
      "sources" : [
        "ConvertibleValueTests.swift",
        "CustomTransformationTests.swift",
        "ErrorTests.swift",
        "InitializerTests.swift",
        "JSONSerializationIntegrationTests.swift",
        "MappableValueTests.swift",
        "NormalValueTests.swift",
        "OptionalValueTests.swift",
        "RawRepresentibleValueTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "Mapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mapper",
      "module_type" : "SwiftTarget",
      "name" : "Mapper",
      "path" : "Sources",
      "product_memberships" : [
        "Mapper"
      ],
      "sources" : [
        "Convertible.swift",
        "DefaultConvertible.swift",
        "Defaults+Convertible.swift",
        "Float+Convertible.swift",
        "Mappable.swift",
        "Mapper.swift",
        "MapperError.swift",
        "NSDictionary+Safety.swift",
        "Transform+Dictionary.swift",
        "Transform.swift",
        "URL+Convertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Mapper",
    "schemes" : [
      "Mapper"
    ],
    "targets" : [
      "Mapper",
      "MapperTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mapper -destination platform=macOS,arch=arm64
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 Mapper -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Mapper' in project 'Mapper' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b610c6be4c8ef297b61450caac05d55f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b610c6be4c8ef297b61450caac05d55f.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Mapper.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Resources/Info.plist (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Resources/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Resources/Info.plist
SwiftDriver Mapper normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
    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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/Mapper.build/Debug/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal x86_64 Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
EmitSwiftModule normal x86_64 (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Float+Convertible.swift,\ Transform+Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Float+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Float+Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ NSDictionary+Safety.swift /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Mappable.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ MapperError.swift /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ Defaults+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal x86_64 Compiling\ DefaultConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal x86_64 Compiling\ Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal x86_64 Emitting module for Mapper (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation\ Requirements Mapper normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
    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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/Mapper.build/Debug/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -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/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.abi.json (in target 'Mapper' from project 'Mapper')
    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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Modules/Mapper.swiftmodule/x86_64-apple-macos.abi.json
SwiftDriverJobDiscovery normal x86_64 Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Float+Convertible.swift, Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal x86_64 Compiling Transform.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation Mapper normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
    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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-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/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.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/Mapper.build/Debug/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper-4317fce28b35e47058d9eafa71e01715-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper-Swift.h -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/Mapper.framework/Versions/A/Mapper normal (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.LinkFileList -install_name @rpath/Mapper.framework/Versions/A/Mapper -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_lto.o -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper_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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug/Mapper.build/Objects-normal/x86_64/Mapper.swiftmodule -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Mapper
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_macosx.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'Mapper' from project 'Mapper')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mapper.framework/Versions/A/Mapper normal (in target 'Mapper' from project 'Mapper')
	Building project Mapper with scheme Mapper
(2 failures)
BUILD FAILURE 6.1 macosXcodebuild