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

Successful build of Mapper, reference 10.0.1 (c8f848), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 20:59:06 UTC.

Swift 6 data race errors: 0

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 generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         watchOS
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 generic/platform=watchOS 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 generic/platform=watchOS "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/WatchOS.platform/Developer/SDKs/WatchOS11.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 armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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: 56272caa15c6781fe86ff9eeb965beb3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/56272caa15c6781fe86ff9eeb965beb3.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
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/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/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target armv7k-apple-watchos2.0 -fapplication-extension -fpascal-strings -Os -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-all-target-headers.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-all-non-framework-target-headers.hmap
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/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-watchos/Mapper.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Mapper.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/DerivedSources/Mapper_vers.c
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/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 -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Info.plist
SwiftDriver Mapper normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.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-1745614742139230-swift-frontend-Mapper-URL_Convertible.swift-armv7k_apple_watchos2.0-o-Onone-667248322.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4294 seconds (3.3378 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0208 ( 12.9%)   0.0947 ( 35.3%)   0.1155 ( 26.9%)   1.5093 ( 45.2%)  parse-and-resolve-imports
   0.0195 ( 12.1%)   0.0937 ( 35.0%)   0.1132 ( 26.4%)   1.5070 ( 45.1%)  Import resolution
   0.0013 (  0.8%)   0.0034 (  1.3%)   0.0047 (  1.1%)   0.1174 (  3.5%)  load-stdlib
   0.0806 ( 49.9%)   0.0272 ( 10.1%)   0.1077 ( 25.1%)   0.1081 (  3.2%)  build-rewrite-system
   0.0125 (  7.8%)   0.0108 (  4.0%)   0.0233 (  5.4%)   0.0234 (  0.7%)  import-clang-decl
   0.0047 (  2.9%)   0.0073 (  2.7%)   0.0120 (  2.8%)   0.0132 (  0.4%)  perform-sema
   0.0047 (  2.9%)   0.0073 (  2.7%)   0.0120 (  2.8%)   0.0132 (  0.4%)  Type checking and Semantic analysis
   0.0020 (  1.2%)   0.0076 (  2.8%)   0.0096 (  2.2%)   0.0125 (  0.4%)  SILGen
   0.0036 (  2.2%)   0.0049 (  1.8%)   0.0085 (  2.0%)   0.0091 (  0.3%)  typecheck-stmt
   0.0035 (  2.2%)   0.0049 (  1.8%)   0.0084 (  2.0%)   0.0090 (  0.3%)  typecheck-expr
   0.0021 (  1.3%)   0.0024 (  0.9%)   0.0045 (  1.0%)   0.0045 (  0.1%)  IRGen
   0.0010 (  0.6%)   0.0023 (  0.9%)   0.0033 (  0.8%)   0.0039 (  0.1%)  typecheck-decl
   0.0028 (  1.7%)   0.0002 (  0.1%)   0.0030 (  0.7%)   0.0030 (  0.1%)  SIL optimization
   0.0014 (  0.9%)   0.0006 (  0.2%)   0.0020 (  0.5%)   0.0020 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0003 (  0.1%)   0.0006 (  0.2%)   0.0011 (  0.0%)  precheck-target
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.2%)   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1615 (100.0%)   0.2679 (100.0%)   0.4294 (100.0%)   3.3378 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5174 seconds (3.1012 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8772 (100.0%)   0.6402 (100.0%)   1.5174 (100.0%)   3.1012 (100.0%)  Building Target
   0.8772 (100.0%)   0.6402 (100.0%)   1.5174 (100.0%)   3.1012 (100.0%)  Total
SwiftCompile normal armv7k Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal armv7k /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-1745614742115598-swift-frontend-Mapper-Mapper.swift-armv7k_apple_watchos2.0-o-Onone-926684666.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4959 seconds (3.6310 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0214 (  9.7%)   0.1027 ( 37.4%)   0.1241 ( 25.0%)   1.6380 ( 45.1%)  parse-and-resolve-imports
   0.0200 (  9.0%)   0.1017 ( 37.1%)   0.1217 ( 24.5%)   1.6355 ( 45.0%)  Import resolution
   0.0015 (  0.7%)   0.0111 (  4.0%)   0.0126 (  2.5%)   0.1191 (  3.3%)  load-stdlib
   0.0798 ( 36.0%)   0.0284 ( 10.3%)   0.1082 ( 21.8%)   0.1090 (  3.0%)  build-rewrite-system
   0.0173 (  7.8%)   0.0044 (  1.6%)   0.0216 (  4.4%)   0.0216 (  0.6%)  perform-sema
   0.0172 (  7.8%)   0.0043 (  1.6%)   0.0216 (  4.3%)   0.0216 (  0.6%)  Type checking and Semantic analysis
   0.0109 (  4.9%)   0.0085 (  3.1%)   0.0194 (  3.9%)   0.0194 (  0.5%)  import-clang-decl
   0.0115 (  5.2%)   0.0025 (  0.9%)   0.0140 (  2.8%)   0.0140 (  0.4%)  typecheck-stmt
   0.0087 (  3.9%)   0.0020 (  0.7%)   0.0106 (  2.1%)   0.0106 (  0.3%)  SILGen
   0.0069 (  3.1%)   0.0029 (  1.1%)   0.0098 (  2.0%)   0.0098 (  0.3%)  IRGen
   0.0071 (  3.2%)   0.0018 (  0.7%)   0.0089 (  1.8%)   0.0089 (  0.2%)  typecheck-expr
   0.0061 (  2.8%)   0.0023 (  0.8%)   0.0084 (  1.7%)   0.0084 (  0.2%)  typecheck-decl
   0.0051 (  2.3%)   0.0010 (  0.4%)   0.0061 (  1.2%)   0.0061 (  0.2%)  SILGen-function
   0.0054 (  2.5%)   0.0003 (  0.1%)   0.0057 (  1.2%)   0.0057 (  0.2%)  SIL optimization
   0.0010 (  0.5%)   0.0001 (  0.0%)   0.0011 (  0.2%)   0.0011 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.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.2216 (100.0%)   0.2743 (100.0%)   0.4959 (100.0%)   3.6310 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4376 seconds (3.1281 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8844 (100.0%)   0.5532 (100.0%)   1.4376 (100.0%)   3.1281 (100.0%)  Building Target
   0.8844 (100.0%)   0.5532 (100.0%)   1.4376 (100.0%)   3.1281 (100.0%)  Total
SwiftCompile normal armv7k 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614742132558-swift-frontend-Mapper-Float_Convertible.swift-armv7k_apple_watchos2.0-o-Onone-329704913.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4323 seconds (3.4292 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0217 ( 12.9%)   0.1047 ( 39.7%)   0.1264 ( 29.2%)   1.5809 ( 46.1%)  parse-and-resolve-imports
   0.0206 ( 12.2%)   0.1038 ( 39.3%)   0.1244 ( 28.8%)   1.5788 ( 46.0%)  Import resolution
   0.0801 ( 47.6%)   0.0293 ( 11.1%)   0.1095 ( 25.3%)   0.1097 (  3.2%)  build-rewrite-system
   0.0013 (  0.8%)   0.0036 (  1.3%)   0.0049 (  1.1%)   0.0919 (  2.7%)  load-stdlib
   0.0116 (  6.9%)   0.0086 (  3.2%)   0.0201 (  4.7%)   0.0207 (  0.6%)  import-clang-decl
   0.0063 (  3.8%)   0.0032 (  1.2%)   0.0095 (  2.2%)   0.0095 (  0.3%)  perform-sema
   0.0063 (  3.7%)   0.0031 (  1.2%)   0.0094 (  2.2%)   0.0094 (  0.3%)  Type checking and Semantic analysis
   0.0049 (  2.9%)   0.0024 (  0.9%)   0.0073 (  1.7%)   0.0073 (  0.2%)  typecheck-stmt
   0.0030 (  1.8%)   0.0022 (  0.8%)   0.0052 (  1.2%)   0.0052 (  0.2%)  IRGen
   0.0036 (  2.1%)   0.0007 (  0.3%)   0.0043 (  1.0%)   0.0043 (  0.1%)  SILGen
   0.0030 (  1.8%)   0.0001 (  0.0%)   0.0031 (  0.7%)   0.0031 (  0.1%)  SIL optimization
   0.0023 (  1.3%)   0.0004 (  0.1%)   0.0026 (  0.6%)   0.0026 (  0.1%)  SILGen-function
   0.0013 (  0.8%)   0.0010 (  0.4%)   0.0022 (  0.5%)   0.0022 (  0.1%)  typecheck-expr
   0.0012 (  0.7%)   0.0007 (  0.2%)   0.0019 (  0.4%)   0.0019 (  0.1%)  typecheck-decl
   0.0007 (  0.4%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.1683 (100.0%)   0.2639 (100.0%)   0.4323 (100.0%)   3.4292 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5060 seconds (3.1128 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8749 (100.0%)   0.6311 (100.0%)   1.5060 (100.0%)   3.1128 (100.0%)  Building Target
   0.8749 (100.0%)   0.6311 (100.0%)   1.5060 (100.0%)   3.1128 (100.0%)  Total
SwiftCompile normal armv7k /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 armv7k /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 armv7k 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-1745614742135528-swift-frontend-Mapper-Mappable.swift-armv7k_apple_watchos2.0-o-Onone-372926865.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4015 seconds (3.6682 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0207 ( 13.2%)   0.0959 ( 39.2%)   0.1166 ( 29.1%)   1.6928 ( 46.1%)  parse-and-resolve-imports
   0.0193 ( 12.3%)   0.0947 ( 38.7%)   0.1140 ( 28.4%)   1.6902 ( 46.1%)  Import resolution
   0.0014 (  0.9%)   0.0037 (  1.5%)   0.0051 (  1.3%)   0.1193 (  3.3%)  load-stdlib
   0.0826 ( 52.6%)   0.0301 ( 12.3%)   0.1127 ( 28.1%)   0.1130 (  3.1%)  build-rewrite-system
   0.0109 (  6.9%)   0.0087 (  3.6%)   0.0196 (  4.9%)   0.0196 (  0.5%)  import-clang-decl
   0.0039 (  2.5%)   0.0025 (  1.0%)   0.0064 (  1.6%)   0.0064 (  0.2%)  perform-sema
   0.0039 (  2.5%)   0.0025 (  1.0%)   0.0063 (  1.6%)   0.0063 (  0.2%)  Type checking and Semantic analysis
   0.0031 (  2.0%)   0.0029 (  1.2%)   0.0060 (  1.5%)   0.0060 (  0.2%)  IRGen
   0.0024 (  1.5%)   0.0013 (  0.6%)   0.0038 (  0.9%)   0.0038 (  0.1%)  typecheck-stmt
   0.0032 (  2.0%)   0.0001 (  0.0%)   0.0033 (  0.8%)   0.0033 (  0.1%)  SIL optimization
   0.0013 (  0.8%)   0.0010 (  0.4%)   0.0024 (  0.6%)   0.0023 (  0.1%)  typecheck-decl
   0.0017 (  1.1%)   0.0004 (  0.2%)   0.0021 (  0.5%)   0.0021 (  0.1%)  SILGen
   0.0008 (  0.5%)   0.0003 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0009 (  0.6%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  SILGen-function
   0.0006 (  0.4%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1569 (100.0%)   0.2446 (100.0%)   0.4015 (100.0%)   3.6682 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3558 seconds (3.1052 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8091 (100.0%)   0.5467 (100.0%)   1.3558 (100.0%)   3.1052 (100.0%)  Building Target
   0.8091 (100.0%)   0.5467 (100.0%)   1.3558 (100.0%)   3.1052 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k 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-1745614742121897-swift-frontend-Mapper-Defaults_Convertible.swift-armv7k_apple_watchos2.0-o-Onone-2028049242.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7713 seconds (3.3190 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8727 ( 47.0%)   0.4305 ( 47.1%)   1.3033 ( 47.0%)   1.5179 ( 45.7%)  parse-and-resolve-imports
   0.8711 ( 46.9%)   0.4264 ( 46.7%)   1.2975 ( 46.8%)   1.5097 ( 45.5%)  Import resolution
   0.0015 (  0.1%)   0.0045 (  0.5%)   0.0060 (  0.2%)   0.1227 (  3.7%)  load-stdlib
   0.0816 (  4.4%)   0.0187 (  2.1%)   0.1003 (  3.6%)   0.1004 (  3.0%)  build-rewrite-system
   0.0119 (  0.6%)   0.0099 (  1.1%)   0.0218 (  0.8%)   0.0218 (  0.7%)  import-clang-decl
   0.0045 (  0.2%)   0.0063 (  0.7%)   0.0108 (  0.4%)   0.0120 (  0.4%)  perform-sema
   0.0044 (  0.2%)   0.0063 (  0.7%)   0.0107 (  0.4%)   0.0120 (  0.4%)  Type checking and Semantic analysis
   0.0044 (  0.2%)   0.0062 (  0.7%)   0.0106 (  0.4%)   0.0119 (  0.4%)  typecheck-decl
   0.0023 (  0.1%)   0.0028 (  0.3%)   0.0051 (  0.2%)   0.0055 (  0.2%)  IRGen
   0.0014 (  0.1%)   0.0015 (  0.2%)   0.0029 (  0.1%)   0.0029 (  0.1%)  SILGen
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0006 (  0.0%)   0.0000 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  SIL optimization
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  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%)  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.8574 (100.0%)   0.9138 (100.0%)   2.7713 (100.0%)   3.3190 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7037 seconds (3.1192 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7387 (100.0%)   0.9650 (100.0%)   2.7037 (100.0%)   3.1192 (100.0%)  Building Target
   1.7387 (100.0%)   0.9650 (100.0%)   2.7037 (100.0%)   3.1192 (100.0%)  Total
SwiftCompile normal armv7k /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 armv7k 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-1745614742126769-swift-frontend-Mapper-Convertible.swift-armv7k_apple_watchos2.0-o-Onone-2406276996.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3736 seconds (3.5830 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 22.3%)   0.1024 ( 38.3%)   0.1261 ( 33.7%)   1.7189 ( 48.0%)  parse-and-resolve-imports
   0.0225 ( 21.2%)   0.1015 ( 38.0%)   0.1240 ( 33.2%)   1.7169 ( 47.9%)  Import resolution
   0.0110 ( 10.3%)   0.0418 ( 15.6%)   0.0527 ( 14.1%)   0.0764 (  2.1%)  load-stdlib
   0.0460 ( 43.3%)   0.0183 (  6.9%)   0.0643 ( 17.2%)   0.0644 (  1.8%)  build-rewrite-system
   0.0014 (  1.3%)   0.0020 (  0.7%)   0.0034 (  0.9%)   0.0034 (  0.1%)  IRGen
   0.0007 (  0.6%)   0.0009 (  0.3%)   0.0016 (  0.4%)   0.0016 (  0.0%)  import-clang-decl
   0.0003 (  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.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%)  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 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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1062 (100.0%)   0.2674 (100.0%)   0.3736 (100.0%)   3.5830 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5076 seconds (2.1264 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3094 (100.0%)   0.1982 (100.0%)   0.5076 (100.0%)   2.1264 (100.0%)  Building Target
   0.3094 (100.0%)   0.1982 (100.0%)   0.5076 (100.0%)   2.1264 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k 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-1745614742147610-swift-frontend-Mapper-Transform.swift-armv7k_apple_watchos2.0-o-Onone-2802129931.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3291 seconds (3.3624 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0213 ( 23.1%)   0.1080 ( 45.6%)   0.1293 ( 39.3%)   1.6125 ( 48.0%)  parse-and-resolve-imports
   0.0200 ( 21.7%)   0.1071 ( 45.2%)   0.1271 ( 38.6%)   1.6103 ( 47.9%)  Import resolution
   0.0010 (  1.1%)   0.0017 (  0.7%)   0.0027 (  0.8%)   0.0689 (  2.0%)  load-stdlib
   0.0466 ( 50.6%)   0.0161 (  6.8%)   0.0628 ( 19.1%)   0.0636 (  1.9%)  build-rewrite-system
   0.0015 (  1.6%)   0.0024 (  1.0%)   0.0038 (  1.2%)   0.0038 (  0.1%)  IRGen
   0.0007 (  0.8%)   0.0009 (  0.4%)   0.0017 (  0.5%)   0.0017 (  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.0002 (  0.1%)   0.0002 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0922 (100.0%)   0.2369 (100.0%)   0.3291 (100.0%)   3.3624 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5169 seconds (2.0680 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3449 (100.0%)   0.1721 (100.0%)   0.5169 (100.0%)   2.0680 (100.0%)  Building Target
   0.3449 (100.0%)   0.1721 (100.0%)   0.5169 (100.0%)   2.0680 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k 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-1745614742141992-swift-frontend-Mapper-DefaultConvertible.swift-armv7k_apple_watchos2.0-o-Onone-2979453919.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3278 seconds (3.4211 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0205 ( 20.7%)   0.1016 ( 44.5%)   0.1222 ( 37.3%)   1.6385 ( 47.9%)  parse-and-resolve-imports
   0.0193 ( 19.5%)   0.1006 ( 44.0%)   0.1200 ( 36.6%)   1.6363 ( 47.8%)  Import resolution
   0.0013 (  1.3%)   0.0030 (  1.3%)   0.0043 (  1.3%)   0.0650 (  1.9%)  load-stdlib
   0.0456 ( 46.0%)   0.0167 (  7.3%)   0.0622 ( 19.0%)   0.0622 (  1.8%)  build-rewrite-system
   0.0018 (  1.8%)   0.0021 (  0.9%)   0.0039 (  1.2%)   0.0039 (  0.1%)  IRGen
   0.0020 (  2.1%)   0.0007 (  0.3%)   0.0028 (  0.8%)   0.0028 (  0.1%)  SILGen
   0.0016 (  1.6%)   0.0005 (  0.2%)   0.0021 (  0.6%)   0.0021 (  0.1%)  SILGen-function
   0.0013 (  1.3%)   0.0007 (  0.3%)   0.0020 (  0.6%)   0.0020 (  0.1%)  perform-sema
   0.0013 (  1.3%)   0.0006 (  0.3%)   0.0019 (  0.6%)   0.0019 (  0.1%)  Type checking and Semantic analysis
   0.0008 (  0.8%)   0.0011 (  0.5%)   0.0019 (  0.6%)   0.0019 (  0.1%)  import-clang-decl
   0.0016 (  1.6%)   0.0000 (  0.0%)   0.0016 (  0.5%)   0.0016 (  0.0%)  SIL optimization
   0.0007 (  0.7%)   0.0003 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-stmt
   0.0006 (  0.6%)   0.0003 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  typecheck-expr
   0.0006 (  0.6%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-decl
   0.0002 (  0.2%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0991 (100.0%)   0.2286 (100.0%)   0.3278 (100.0%)   3.4211 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4940 seconds (2.0715 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3305 (100.0%)   0.1635 (100.0%)   0.4940 (100.0%)   2.0715 (100.0%)  Building Target
   0.3305 (100.0%)   0.1635 (100.0%)   0.4940 (100.0%)   2.0715 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k 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-1745614742146555-swift-frontend-Mapper-NSDictionary_Safety.swift-armv7k_apple_watchos2.0-o-Onone-1601326938.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4314 seconds (3.7451 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0212 ( 12.6%)   0.1040 ( 39.5%)   0.1252 ( 29.0%)   1.7484 ( 46.7%)  parse-and-resolve-imports
   0.0197 ( 11.7%)   0.1028 ( 39.0%)   0.1225 ( 28.4%)   1.7456 ( 46.6%)  Import resolution
   0.0798 ( 47.6%)   0.0292 ( 11.1%)   0.1090 ( 25.3%)   0.1094 (  2.9%)  build-rewrite-system
   0.0011 (  0.6%)   0.0021 (  0.8%)   0.0031 (  0.7%)   0.0701 (  1.9%)  load-stdlib
   0.0116 (  6.9%)   0.0094 (  3.6%)   0.0210 (  4.9%)   0.0210 (  0.6%)  import-clang-decl
   0.0054 (  3.2%)   0.0029 (  1.1%)   0.0083 (  1.9%)   0.0083 (  0.2%)  perform-sema
   0.0053 (  3.2%)   0.0029 (  1.1%)   0.0083 (  1.9%)   0.0083 (  0.2%)  Type checking and Semantic analysis
   0.0044 (  2.6%)   0.0026 (  1.0%)   0.0070 (  1.6%)   0.0070 (  0.2%)  typecheck-decl
   0.0039 (  2.3%)   0.0015 (  0.6%)   0.0054 (  1.3%)   0.0054 (  0.1%)  typecheck-stmt
   0.0025 (  1.5%)   0.0026 (  1.0%)   0.0052 (  1.2%)   0.0052 (  0.1%)  IRGen
   0.0036 (  2.1%)   0.0015 (  0.6%)   0.0050 (  1.2%)   0.0050 (  0.1%)  typecheck-expr
   0.0034 (  2.0%)   0.0013 (  0.5%)   0.0047 (  1.1%)   0.0047 (  0.1%)  SILGen
   0.0031 (  1.9%)   0.0002 (  0.1%)   0.0033 (  0.8%)   0.0033 (  0.1%)  SIL optimization
   0.0018 (  1.1%)   0.0005 (  0.2%)   0.0023 (  0.5%)   0.0023 (  0.1%)  SILGen-function
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.1%)   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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1677 (100.0%)   0.2637 (100.0%)   0.4314 (100.0%)   3.7451 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3442 seconds (3.0954 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8030 (100.0%)   0.5412 (100.0%)   1.3442 (100.0%)   3.0954 (100.0%)  Building Target
   0.8030 (100.0%)   0.5412 (100.0%)   1.3442 (100.0%)   3.0954 (100.0%)  Total
SwiftCompile normal armv7k /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 armv7k 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-1745614742143741-swift-frontend-Mapper-MapperError.swift-armv7k_apple_watchos2.0-o-Onone-3096591551.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3431 seconds (3.7328 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0214 ( 21.3%)   0.1065 ( 43.9%)   0.1279 ( 37.3%)   1.7879 ( 47.9%)  parse-and-resolve-imports
   0.0197 ( 19.6%)   0.1049 ( 43.2%)   0.1246 ( 36.3%)   1.7846 ( 47.8%)  Import resolution
   0.0012 (  1.2%)   0.0031 (  1.3%)   0.0043 (  1.2%)   0.0729 (  2.0%)  load-stdlib
   0.0473 ( 47.1%)   0.0192 (  7.9%)   0.0665 ( 19.4%)   0.0667 (  1.8%)  build-rewrite-system
   0.0023 (  2.3%)   0.0027 (  1.1%)   0.0049 (  1.4%)   0.0049 (  0.1%)  IRGen
   0.0022 (  2.2%)   0.0015 (  0.6%)   0.0037 (  1.1%)   0.0040 (  0.1%)  perform-sema
   0.0021 (  2.1%)   0.0015 (  0.6%)   0.0036 (  1.1%)   0.0040 (  0.1%)  Type checking and Semantic analysis
   0.0021 (  2.1%)   0.0015 (  0.6%)   0.0036 (  1.0%)   0.0039 (  0.1%)  typecheck-decl
   0.0009 (  0.9%)   0.0014 (  0.6%)   0.0023 (  0.7%)   0.0023 (  0.1%)  import-clang-decl
   0.0006 (  0.6%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  SILGen
   0.0003 (  0.3%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  SIL optimization
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0002 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1005 (100.0%)   0.2427 (100.0%)   0.3431 (100.0%)   3.7328 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4762 seconds (2.2070 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3067 (100.0%)   0.1695 (100.0%)   0.4762 (100.0%)   2.2070 (100.0%)  Building Target
   0.3067 (100.0%)   0.1695 (100.0%)   0.4762 (100.0%)   2.2070 (100.0%)  Total
SwiftCompile normal armv7k /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)
         ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614744293614-swift-frontend-Mapper-all-armv7k_apple_watchos2.0-swiftmodule-Onone-3025307701.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1310 seconds (0.1322 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0178 ( 24.3%)   0.0178 ( 30.8%)   0.0356 ( 27.2%)   0.0356 ( 26.9%)  parse-and-resolve-imports
   0.0164 ( 22.5%)   0.0166 ( 28.6%)   0.0330 ( 25.2%)   0.0330 ( 25.0%)  Import resolution
   0.0101 ( 13.8%)   0.0034 (  5.9%)   0.0135 ( 10.3%)   0.0135 ( 10.2%)  perform-sema
   0.0100 ( 13.7%)   0.0033 (  5.7%)   0.0133 ( 10.2%)   0.0133 ( 10.1%)  Type checking and Semantic analysis
   0.0097 ( 13.3%)   0.0032 (  5.5%)   0.0129 (  9.8%)   0.0129 (  9.7%)  typecheck-decl
   0.0030 (  4.1%)   0.0057 (  9.8%)   0.0086 (  6.6%)   0.0092 (  7.0%)  SIL optimization
   0.0009 (  1.2%)   0.0029 (  5.0%)   0.0038 (  2.9%)   0.0044 (  3.3%)  Serialization, swiftmodule
   0.0010 (  1.4%)   0.0017 (  3.0%)   0.0028 (  2.1%)   0.0028 (  2.1%)  load-stdlib
   0.0008 (  1.1%)   0.0015 (  2.7%)   0.0023 (  1.8%)   0.0023 (  1.8%)  import-clang-decl
   0.0008 (  1.1%)   0.0011 (  1.8%)   0.0019 (  1.4%)   0.0019 (  1.4%)  Serialization, swiftdoc
   0.0014 (  2.0%)   0.0004 (  0.6%)   0.0018 (  1.4%)   0.0018 (  1.4%)  SILGen
   0.0005 (  0.7%)   0.0002 (  0.3%)   0.0007 (  0.5%)   0.0007 (  0.5%)  build-rewrite-system
   0.0003 (  0.4%)   0.0001 (  0.2%)   0.0004 (  0.3%)   0.0004 (  0.3%)  SILGen-function
   0.0002 (  0.3%)   0.0001 (  0.1%)   0.0003 (  0.2%)   0.0003 (  0.2%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  typecheck-expr
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.1%)  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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.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%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0730 (100.0%)   0.0580 (100.0%)   0.1310 (100.0%)   0.1322 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0664 seconds (0.0670 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0352 (100.0%)   0.0312 (100.0%)   0.0664 (100.0%)   0.0670 (100.0%)  Building Target
   0.0352 (100.0%)   0.0312 (100.0%)   0.0664 (100.0%)   0.0670 (100.0%)  Total
EmitSwiftModule normal armv7k (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 armv7k Compiling Transform.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Emitting module for Mapper (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation\ Requirements Mapper normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Headers/Mapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Headers/Mapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/Mapper_vers.c normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -Wno-shorten-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-watchos/Mapper.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/Mapper_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.o
SwiftDriverJobDiscovery normal armv7k Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Float+Convertible.swift, Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation Mapper normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.framework/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 armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.LinkFileList -install_name @rpath/Mapper.framework/Mapper -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_lto.o -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Mapper
ExtractAppIntentsMetadata (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/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Mapper --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier com.Lyft.Mapper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework --target-triple armv7k-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Mapper --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 13:59:05.694 appintentsmetadataprocessor[707:3956] Starting appintentsmetadataprocessor export
2025-04-25 13:59:05.696 appintentsmetadataprocessor[707:3956] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Mapper.framework/Mapper.tbd (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/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Mapper -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Mapper.framework/Mapper.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework (in target 'Mapper' from project 'Mapper')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'Mapper' from project 'Mapper')
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: Ignoring ENABLE_BITCODE because building with bitcode is no longer supported. (in target 'Mapper' from project 'Mapper')
** BUILD SUCCEEDED **
Build complete.
{
  "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"
}
Done.