The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Mappable, reference master (6db81d), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 16:56:32 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 Mappable-Package -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/leavez/Mappable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leavez/Mappable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6db81dc bump version
Cloned https://github.com/leavez/Mappable.git
Revision (git rev-parse @):
6db81dc7e70cf73bf9a122ed359f16d1b90606cb
SUCCESS checkout https://github.com/leavez/Mappable.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/leavez/Mappable.git
https://github.com/leavez/Mappable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mappable",
  "name" : "Mappable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Mappable",
      "targets" : [
        "Mappable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MappableTests",
      "module_type" : "SwiftTarget",
      "name" : "MappableTests",
      "path" : "Tests/MappableTests",
      "sources" : [
        "BasicTypesTest/BaseTest.swift",
        "BasicTypesTest/BasicTypeTest.swift",
        "BasicTypesTest/EnumTest.swift",
        "CollectionTypesTest/ArrayTests.swift",
        "CollectionTypesTest/DictionaryTest.swift",
        "CollectionTypesTest/OptionalTest.swift",
        "CollectionTypesTest/SetTest.swift",
        "MapperTests.swift",
        "MiscTest.swift",
        "OmniTest/DefaultValueTest.swift",
        "OmniTest/InheritanceTest.swift",
        "OmniTest/NestKeyPathTest.swift",
        "OmniTest/OmniTest.swift"
      ],
      "target_dependencies" : [
        "Mappable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mappable",
      "module_type" : "SwiftTarget",
      "name" : "Mappable",
      "path" : "Sources/Mappable",
      "product_memberships" : [
        "Mappable"
      ],
      "sources" : [
        "JSON.swift",
        "Mappable+BasicType.swift",
        "Mappable+ContainerType.swift",
        "Mappable+Enum.swift",
        "Mappable.swift",
        "Mapper.swift",
        "Misc.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mappable",
  "name" : "Mappable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Mappable",
      "targets" : [
        "Mappable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MappableTests",
      "module_type" : "SwiftTarget",
      "name" : "MappableTests",
      "path" : "Tests/MappableTests",
      "sources" : [
        "BasicTypesTest/BaseTest.swift",
        "BasicTypesTest/BasicTypeTest.swift",
        "BasicTypesTest/EnumTest.swift",
        "CollectionTypesTest/ArrayTests.swift",
        "CollectionTypesTest/DictionaryTest.swift",
        "CollectionTypesTest/OptionalTest.swift",
        "CollectionTypesTest/SetTest.swift",
        "MapperTests.swift",
        "MiscTest.swift",
        "OmniTest/DefaultValueTest.swift",
        "OmniTest/InheritanceTest.swift",
        "OmniTest/NestKeyPathTest.swift",
        "OmniTest/OmniTest.swift"
      ],
      "target_dependencies" : [
        "Mappable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mappable",
      "module_type" : "SwiftTarget",
      "name" : "Mappable",
      "path" : "Sources/Mappable",
      "product_memberships" : [
        "Mappable"
      ],
      "sources" : [
        "JSON.swift",
        "Mappable+BasicType.swift",
        "Mappable+ContainerType.swift",
        "Mappable+Enum.swift",
        "Mappable.swift",
        "Mapper.swift",
        "Misc.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Mappable",
    "schemes" : [
      "Mappable-Package",
      "MappablePackageDescription",
      "MappablePackageTests"
    ],
    "targets" : [
      "Mappable",
      "MappablePackageDescription",
      "MappablePackageTests",
      "MappableTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mappable-Package -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 Mappable-Package -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 'Mappable' in project 'Mappable' (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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0c041622b6548eada773a9d08b0dd4cd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c041622b6548eada773a9d08b0dd4cd.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/Mappable.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/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftConstValuesFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.LinkFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_const_extract_protocols.json (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-OutputFileMap.json (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Mappable.DependencyStaticMetadataFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Mappable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-OutputFileMap.json (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Mappable.DependencyMetadataFileList (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Mappable.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Headers (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj/Mappable_Info.plist (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj/Mappable_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/Mappable.framework/Info.plist
SwiftDriver Mappable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
    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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.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/Mappable.build/Debug-watchos/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json -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/Mappable.build/Debug-watchos/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver Mappable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
    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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.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/Mappable.build/Debug-watchos/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_const_extract_protocols.json -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/Mappable.build/Debug-watchos/Mappable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Mappable+BasicType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187098362-swift-frontend-Mappable-Mappable_BasicType.swift-arm64_apple_watchos11.4-o-Onone-1987038738.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6218 seconds (3.8851 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0253 (  7.4%)   0.0854 ( 30.4%)   0.1107 ( 17.8%)   1.7061 ( 43.9%)  parse-and-resolve-imports
   0.0243 (  7.1%)   0.0847 ( 30.1%)   0.1090 ( 17.5%)   1.7044 ( 43.9%)  Import resolution
   0.0793 ( 23.3%)   0.0291 ( 10.4%)   0.1084 ( 17.4%)   0.1086 (  2.8%)  build-rewrite-system
   0.0018 (  0.5%)   0.0103 (  3.7%)   0.0120 (  1.9%)   0.0840 (  2.2%)  load-stdlib
   0.0422 ( 12.4%)   0.0141 (  5.0%)   0.0564 (  9.1%)   0.0564 (  1.5%)  perform-sema
   0.0421 ( 12.4%)   0.0141 (  5.0%)   0.0563 (  9.0%)   0.0563 (  1.4%)  Type checking and Semantic analysis
   0.0277 (  8.1%)   0.0084 (  3.0%)   0.0361 (  5.8%)   0.0361 (  0.9%)  typecheck-expr
   0.0258 (  7.6%)   0.0073 (  2.6%)   0.0331 (  5.3%)   0.0331 (  0.9%)  typecheck-stmt
   0.0142 (  4.2%)   0.0109 (  3.9%)   0.0251 (  4.0%)   0.0252 (  0.6%)  import-clang-decl
   0.0163 (  4.8%)   0.0069 (  2.5%)   0.0233 (  3.7%)   0.0233 (  0.6%)  typecheck-decl
   0.0080 (  2.3%)   0.0040 (  1.4%)   0.0119 (  1.9%)   0.0119 (  0.3%)  IRGen
   0.0088 (  2.6%)   0.0019 (  0.7%)   0.0107 (  1.7%)   0.0107 (  0.3%)  SILGen
   0.0098 (  2.9%)   0.0002 (  0.1%)   0.0100 (  1.6%)   0.0100 (  0.3%)  SIL optimization
   0.0070 (  2.1%)   0.0015 (  0.5%)   0.0085 (  1.4%)   0.0085 (  0.2%)  SILGen-function
   0.0053 (  1.6%)   0.0017 (  0.6%)   0.0070 (  1.1%)   0.0070 (  0.2%)  precheck-target
   0.0018 (  0.5%)   0.0003 (  0.1%)   0.0021 (  0.3%)   0.0021 (  0.1%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3408 (100.0%)   0.2810 (100.0%)   0.6218 (100.0%)   3.8851 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6253 seconds (3.3880 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9597 (100.0%)   0.6657 (100.0%)   1.6253 (100.0%)   3.3880 (100.0%)  Building Target
   0.9597 (100.0%)   0.6657 (100.0%)   1.6253 (100.0%)   3.3880 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Mappable (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187101734-swift-frontend-Mappable-all-arm64_apple_watchos11.4-swiftmodule-Onone-125671512.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3495 seconds (3.8462 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0217 ( 15.4%)   0.0821 ( 39.3%)   0.1038 ( 29.7%)   1.8110 ( 47.1%)  parse-and-resolve-imports
   0.0204 ( 14.5%)   0.0812 ( 38.9%)   0.1016 ( 29.1%)   1.8089 ( 47.0%)  Import resolution
   0.0017 (  1.2%)   0.0090 (  4.3%)   0.0107 (  3.1%)   0.0923 (  2.4%)  load-stdlib
   0.0217 ( 15.4%)   0.0072 (  3.4%)   0.0289 (  8.3%)   0.0290 (  0.8%)  perform-sema
   0.0216 ( 15.4%)   0.0072 (  3.4%)   0.0288 (  8.2%)   0.0288 (  0.7%)  Type checking and Semantic analysis
   0.0214 ( 15.2%)   0.0070 (  3.3%)   0.0284 (  8.1%)   0.0284 (  0.7%)  typecheck-decl
   0.0081 (  5.8%)   0.0037 (  1.8%)   0.0118 (  3.4%)   0.0122 (  0.3%)  SILGen
   0.0056 (  4.0%)   0.0032 (  1.5%)   0.0088 (  2.5%)   0.0089 (  0.2%)  typecheck-expr
   0.0067 (  4.8%)   0.0018 (  0.9%)   0.0085 (  2.4%)   0.0085 (  0.2%)  SIL optimization
   0.0026 (  1.8%)   0.0031 (  1.5%)   0.0057 (  1.6%)   0.0057 (  0.1%)  import-clang-decl
   0.0038 (  2.7%)   0.0010 (  0.5%)   0.0049 (  1.4%)   0.0049 (  0.1%)  build-rewrite-system
   0.0030 (  2.1%)   0.0013 (  0.6%)   0.0043 (  1.2%)   0.0043 (  0.1%)  SILGen-function
   0.0013 (  0.9%)   0.0004 (  0.2%)   0.0017 (  0.5%)   0.0017 (  0.0%)  Serialization, swiftmodule
   0.0004 (  0.3%)   0.0003 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  precheck-target
   0.0004 (  0.3%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1408 (100.0%)   0.2087 (100.0%)   0.3495 (100.0%)   3.8462 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1728 seconds (1.9621 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0660 (100.0%)   0.1068 (100.0%)   0.1728 (100.0%)   1.9621 (100.0%)  Building Target
   0.0660 (100.0%)   0.1068 (100.0%)   0.1728 (100.0%)   1.9621 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case cannotCast(Any?, String) // value, toType
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case JSONStructureNotMatchDesired(Any?, String) // value, pattern
         ^
SwiftCompile normal arm64 Compiling\ Mappable+ContainerType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187095417-swift-frontend-Mappable-Mappable_ContainerType.swift-arm64_apple_watchos11.4-o-Onone-2877183410.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4385 seconds (3.6853 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0210 ( 10.6%)   0.0778 ( 32.3%)   0.0988 ( 22.5%)   1.6769 ( 45.5%)  parse-and-resolve-imports
   0.0199 ( 10.1%)   0.0764 ( 31.7%)   0.0963 ( 22.0%)   1.6712 ( 45.3%)  Import resolution
   0.0803 ( 40.7%)   0.0318 ( 13.2%)   0.1122 ( 25.6%)   0.1130 (  3.1%)  build-rewrite-system
   0.0017 (  0.9%)   0.0106 (  4.4%)   0.0123 (  2.8%)   0.0974 (  2.6%)  load-stdlib
   0.0139 (  7.0%)   0.0090 (  3.7%)   0.0229 (  5.2%)   0.0254 (  0.7%)  perform-sema
   0.0139 (  7.0%)   0.0090 (  3.7%)   0.0229 (  5.2%)   0.0253 (  0.7%)  Type checking and Semantic analysis
   0.0111 (  5.6%)   0.0095 (  3.9%)   0.0206 (  4.7%)   0.0206 (  0.6%)  import-clang-decl
   0.0096 (  4.8%)   0.0078 (  3.2%)   0.0174 (  4.0%)   0.0197 (  0.5%)  typecheck-decl
   0.0048 (  2.4%)   0.0040 (  1.7%)   0.0088 (  2.0%)   0.0092 (  0.3%)  IRGen
   0.0051 (  2.6%)   0.0014 (  0.6%)   0.0065 (  1.5%)   0.0066 (  0.2%)  typecheck-stmt
   0.0048 (  2.4%)   0.0013 (  0.5%)   0.0061 (  1.4%)   0.0061 (  0.2%)  typecheck-expr
   0.0047 (  2.4%)   0.0000 (  0.0%)   0.0047 (  1.1%)   0.0047 (  0.1%)  SIL optimization
   0.0031 (  1.6%)   0.0010 (  0.4%)   0.0041 (  0.9%)   0.0041 (  0.1%)  SILGen
   0.0024 (  1.2%)   0.0009 (  0.4%)   0.0033 (  0.7%)   0.0033 (  0.1%)  SILGen-function
   0.0007 (  0.4%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1975 (100.0%)   0.2410 (100.0%)   0.4385 (100.0%)   3.6853 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5826 seconds (3.3465 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9077 (100.0%)   0.6749 (100.0%)   1.5826 (100.0%)   3.3465 (100.0%)  Building Target
   0.9077 (100.0%)   0.6749 (100.0%)   1.5826 (100.0%)   3.3465 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ Mappable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187094659-swift-frontend-Mappable-Mappable_Enum.swift-arm64_32_apple_watchos11.4-o-Onone-3631562910.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4509 seconds (3.7774 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0270 ( 14.8%)   0.0961 ( 35.7%)   0.1230 ( 27.3%)   1.7649 ( 46.7%)  parse-and-resolve-imports
   0.0258 ( 14.2%)   0.0952 ( 35.4%)   0.1210 ( 26.8%)   1.7628 ( 46.7%)  Import resolution
   0.0837 ( 46.0%)   0.0300 ( 11.1%)   0.1137 ( 25.2%)   0.1139 (  3.0%)  build-rewrite-system
   0.0129 (  7.1%)   0.0296 ( 11.0%)   0.0425 (  9.4%)   0.0846 (  2.2%)  load-stdlib
   0.0119 (  6.6%)   0.0105 (  3.9%)   0.0224 (  5.0%)   0.0226 (  0.6%)  import-clang-decl
   0.0032 (  1.7%)   0.0012 (  0.4%)   0.0044 (  1.0%)   0.0044 (  0.1%)  perform-sema
   0.0031 (  1.7%)   0.0012 (  0.4%)   0.0043 (  1.0%)   0.0043 (  0.1%)  Type checking and Semantic analysis
   0.0020 (  1.1%)   0.0021 (  0.8%)   0.0041 (  0.9%)   0.0041 (  0.1%)  IRGen
   0.0028 (  1.5%)   0.0001 (  0.0%)   0.0029 (  0.6%)   0.0029 (  0.1%)  SIL optimization
   0.0019 (  1.0%)   0.0006 (  0.2%)   0.0025 (  0.6%)   0.0026 (  0.1%)  typecheck-stmt
   0.0018 (  1.0%)   0.0006 (  0.2%)   0.0024 (  0.5%)   0.0024 (  0.1%)  typecheck-expr
   0.0016 (  0.9%)   0.0007 (  0.3%)   0.0023 (  0.5%)   0.0024 (  0.1%)  typecheck-decl
   0.0016 (  0.9%)   0.0004 (  0.2%)   0.0021 (  0.5%)   0.0020 (  0.1%)  SILGen
   0.0015 (  0.8%)   0.0004 (  0.1%)   0.0019 (  0.4%)   0.0019 (  0.1%)  SILGen-function
   0.0008 (  0.4%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0000 (  0.0%)   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1820 (100.0%)   0.2689 (100.0%)   0.4509 (100.0%)   3.7774 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5687 seconds (3.3449 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8952 (100.0%)   0.6735 (100.0%)   1.5687 (100.0%)   3.3449 (100.0%)  Building Target
   0.8952 (100.0%)   0.6735 (100.0%)   1.5687 (100.0%)   3.3449 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Mappable (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187101089-swift-frontend-Mappable-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-2357678947.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3754 seconds (3.6174 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0207 ( 14.7%)   0.0854 ( 36.4%)   0.1061 ( 28.3%)   1.6883 ( 46.7%)  parse-and-resolve-imports
   0.0198 ( 14.1%)   0.0846 ( 36.0%)   0.1044 ( 27.8%)   1.6866 ( 46.6%)  Import resolution
   0.0016 (  1.1%)   0.0094 (  4.0%)   0.0110 (  2.9%)   0.0819 (  2.3%)  load-stdlib
   0.0212 ( 15.1%)   0.0105 (  4.5%)   0.0317 (  8.5%)   0.0335 (  0.9%)  perform-sema
   0.0211 ( 15.0%)   0.0105 (  4.5%)   0.0316 (  8.4%)   0.0334 (  0.9%)  Type checking and Semantic analysis
   0.0209 ( 14.9%)   0.0102 (  4.3%)   0.0311 (  8.3%)   0.0329 (  0.9%)  typecheck-decl
   0.0073 (  5.2%)   0.0072 (  3.1%)   0.0146 (  3.9%)   0.0151 (  0.4%)  SIL optimization
   0.0091 (  6.5%)   0.0037 (  1.6%)   0.0128 (  3.4%)   0.0130 (  0.4%)  SILGen
   0.0057 (  4.1%)   0.0030 (  1.3%)   0.0087 (  2.3%)   0.0087 (  0.2%)  typecheck-expr
   0.0015 (  1.1%)   0.0042 (  1.8%)   0.0057 (  1.5%)   0.0062 (  0.2%)  Serialization, swiftmodule
   0.0041 (  2.9%)   0.0014 (  0.6%)   0.0055 (  1.5%)   0.0055 (  0.2%)  build-rewrite-system
   0.0026 (  1.8%)   0.0024 (  1.0%)   0.0050 (  1.3%)   0.0050 (  0.1%)  import-clang-decl
   0.0035 (  2.5%)   0.0010 (  0.4%)   0.0045 (  1.2%)   0.0045 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0009 (  0.4%)   0.0012 (  0.3%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0005 (  0.3%)   0.0003 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  precheck-target
   0.0005 (  0.3%)   0.0001 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.1405 (100.0%)   0.2350 (100.0%)   0.3754 (100.0%)   3.6174 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1871 seconds (1.8438 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0665 (100.0%)   0.1206 (100.0%)   0.1871 (100.0%)   1.8438 (100.0%)  Building Target
   0.0665 (100.0%)   0.1206 (100.0%)   0.1871 (100.0%)   1.8438 (100.0%)  Total
EmitSwiftModule normal arm64_32 (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case cannotCast(Any?, String) // value, toType
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case JSONStructureNotMatchDesired(Any?, String) // value, pattern
         ^
SwiftCompile normal arm64 Compiling\ Mappable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187094143-swift-frontend-Mappable-Mappable_Enum.swift-arm64_apple_watchos11.4-o-Onone-1933500546.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1517 seconds (3.6467 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3003 ( 41.1%)   0.1646 ( 39.1%)   0.4649 ( 40.4%)   1.6892 ( 46.3%)  parse-and-resolve-imports
   0.2992 ( 41.0%)   0.1606 ( 38.1%)   0.4598 ( 39.9%)   1.6809 ( 46.1%)  Import resolution
   0.0838 ( 11.5%)   0.0231 (  5.5%)   0.1069 (  9.3%)   0.1070 (  2.9%)  build-rewrite-system
   0.0129 (  1.8%)   0.0314 (  7.4%)   0.0443 (  3.8%)   0.0840 (  2.3%)  load-stdlib
   0.0113 (  1.5%)   0.0098 (  2.3%)   0.0211 (  1.8%)   0.0211 (  0.6%)  import-clang-decl
   0.0037 (  0.5%)   0.0071 (  1.7%)   0.0108 (  0.9%)   0.0136 (  0.4%)  perform-sema
   0.0037 (  0.5%)   0.0070 (  1.7%)   0.0107 (  0.9%)   0.0136 (  0.4%)  Type checking and Semantic analysis
   0.0020 (  0.3%)   0.0055 (  1.3%)   0.0075 (  0.7%)   0.0096 (  0.3%)  typecheck-decl
   0.0022 (  0.3%)   0.0039 (  0.9%)   0.0061 (  0.5%)   0.0061 (  0.2%)  IRGen
   0.0021 (  0.3%)   0.0024 (  0.6%)   0.0045 (  0.4%)   0.0052 (  0.1%)  typecheck-stmt
   0.0020 (  0.3%)   0.0024 (  0.6%)   0.0044 (  0.4%)   0.0051 (  0.1%)  typecheck-expr
   0.0018 (  0.2%)   0.0012 (  0.3%)   0.0031 (  0.3%)   0.0031 (  0.1%)  SILGen
   0.0017 (  0.2%)   0.0012 (  0.3%)   0.0028 (  0.2%)   0.0028 (  0.1%)  SILGen-function
   0.0027 (  0.4%)   0.0000 (  0.0%)   0.0027 (  0.2%)   0.0027 (  0.1%)  SIL optimization
   0.0004 (  0.0%)   0.0006 (  0.1%)   0.0010 (  0.1%)   0.0015 (  0.0%)  precheck-target
   0.0008 (  0.1%)   0.0004 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.0%)  load-all-members
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.7305 (100.0%)   0.4212 (100.0%)   1.1517 (100.0%)   3.6467 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9765 seconds (3.3468 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1838 (100.0%)   0.7927 (100.0%)   1.9765 (100.0%)   3.3468 (100.0%)  Building Target
   1.1838 (100.0%)   0.7927 (100.0%)   1.9765 (100.0%)   3.3468 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ Mappable+ContainerType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187101307-swift-frontend-Mappable-Mappable_ContainerType.swift-arm64_32_apple_watchos11.4-o-Onone-2636419543.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4650 seconds (3.7003 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 ( 10.3%)   0.0861 ( 33.0%)   0.1072 ( 23.1%)   1.6875 ( 45.6%)  parse-and-resolve-imports
   0.0202 (  9.9%)   0.0854 ( 32.8%)   0.1056 ( 22.7%)   1.6859 ( 45.6%)  Import resolution
   0.0844 ( 41.3%)   0.0306 ( 11.8%)   0.1150 ( 24.7%)   0.1152 (  3.1%)  build-rewrite-system
   0.0017 (  0.8%)   0.0097 (  3.7%)   0.0113 (  2.4%)   0.0815 (  2.2%)  load-stdlib
   0.0139 (  6.8%)   0.0102 (  3.9%)   0.0241 (  5.2%)   0.0253 (  0.7%)  perform-sema
   0.0139 (  6.8%)   0.0101 (  3.9%)   0.0240 (  5.2%)   0.0252 (  0.7%)  Type checking and Semantic analysis
   0.0122 (  5.9%)   0.0109 (  4.2%)   0.0231 (  5.0%)   0.0231 (  0.6%)  import-clang-decl
   0.0095 (  4.7%)   0.0085 (  3.3%)   0.0180 (  3.9%)   0.0192 (  0.5%)  typecheck-decl
   0.0047 (  2.3%)   0.0032 (  1.2%)   0.0078 (  1.7%)   0.0078 (  0.2%)  IRGen
   0.0053 (  2.6%)   0.0019 (  0.7%)   0.0072 (  1.6%)   0.0073 (  0.2%)  typecheck-stmt
   0.0050 (  2.4%)   0.0018 (  0.7%)   0.0068 (  1.5%)   0.0069 (  0.2%)  typecheck-expr
   0.0037 (  1.8%)   0.0010 (  0.4%)   0.0046 (  1.0%)   0.0049 (  0.1%)  SILGen
   0.0048 (  2.3%)   0.0001 (  0.0%)   0.0049 (  1.0%)   0.0049 (  0.1%)  SIL optimization
   0.0029 (  1.4%)   0.0008 (  0.3%)   0.0037 (  0.8%)   0.0040 (  0.1%)  SILGen-function
   0.0008 (  0.4%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2045 (100.0%)   0.2605 (100.0%)   0.4650 (100.0%)   3.7003 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5894 seconds (3.3407 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9225 (100.0%)   0.6669 (100.0%)   1.5894 (100.0%)   3.3407 (100.0%)  Building Target
   0.9225 (100.0%)   0.6669 (100.0%)   1.5894 (100.0%)   3.3407 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Mappable.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187103381-swift-frontend-Mappable-Mappable.swift-arm64_apple_watchos11.4-o-Onone-1497358800.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4474 seconds (3.7960 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0222 ( 10.8%)   0.0834 ( 34.4%)   0.1056 ( 23.6%)   1.7435 ( 45.9%)  parse-and-resolve-imports
   0.0210 ( 10.2%)   0.0825 ( 34.1%)   0.1035 ( 23.1%)   1.7414 ( 45.9%)  Import resolution
   0.0833 ( 40.6%)   0.0313 ( 12.9%)   0.1146 ( 25.6%)   0.1146 (  3.0%)  build-rewrite-system
   0.0016 (  0.8%)   0.0106 (  4.4%)   0.0122 (  2.7%)   0.0846 (  2.2%)  load-stdlib
   0.0122 (  6.0%)   0.0099 (  4.1%)   0.0221 (  4.9%)   0.0220 (  0.6%)  import-clang-decl
   0.0123 (  6.0%)   0.0048 (  2.0%)   0.0171 (  3.8%)   0.0172 (  0.5%)  perform-sema
   0.0122 (  6.0%)   0.0048 (  2.0%)   0.0170 (  3.8%)   0.0171 (  0.5%)  Type checking and Semantic analysis
   0.0092 (  4.5%)   0.0035 (  1.4%)   0.0127 (  2.8%)   0.0127 (  0.3%)  typecheck-stmt
   0.0092 (  4.5%)   0.0035 (  1.4%)   0.0126 (  2.8%)   0.0127 (  0.3%)  typecheck-expr
   0.0047 (  2.3%)   0.0022 (  0.9%)   0.0069 (  1.5%)   0.0070 (  0.2%)  typecheck-decl
   0.0046 (  2.3%)   0.0013 (  0.5%)   0.0059 (  1.3%)   0.0059 (  0.2%)  SILGen
   0.0039 (  1.9%)   0.0012 (  0.5%)   0.0051 (  1.1%)   0.0051 (  0.1%)  SILGen-function
   0.0024 (  1.2%)   0.0024 (  1.0%)   0.0048 (  1.1%)   0.0048 (  0.1%)  IRGen
   0.0032 (  1.6%)   0.0001 (  0.0%)   0.0033 (  0.7%)   0.0033 (  0.1%)  SIL optimization
   0.0023 (  1.1%)   0.0007 (  0.3%)   0.0030 (  0.7%)   0.0030 (  0.1%)  precheck-target
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2052 (100.0%)   0.2422 (100.0%)   0.4474 (100.0%)   3.7960 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5341 seconds (3.3368 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8804 (100.0%)   0.6537 (100.0%)   1.5341 (100.0%)   3.3368 (100.0%)  Building Target
   0.8804 (100.0%)   0.6537 (100.0%)   1.5341 (100.0%)   3.3368 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187098510-swift-frontend-Mappable-Mapper.swift-arm64_apple_watchos11.4-o-Onone-3935514113.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3098 seconds (3.9930 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7138 ( 45.5%)   0.3456 ( 46.7%)   1.0594 ( 45.9%)   1.8249 ( 45.7%)  parse-and-resolve-imports
   0.7127 ( 45.4%)   0.3446 ( 46.5%)   1.0573 ( 45.8%)   1.8228 ( 45.7%)  Import resolution
   0.0018 (  0.1%)   0.0103 (  1.4%)   0.0120 (  0.5%)   0.1639 (  4.1%)  load-stdlib
   0.0773 (  4.9%)   0.0180 (  2.4%)   0.0953 (  4.1%)   0.0953 (  2.4%)  build-rewrite-system
   0.0115 (  0.7%)   0.0098 (  1.3%)   0.0214 (  0.9%)   0.0216 (  0.5%)  import-clang-decl
   0.0119 (  0.8%)   0.0026 (  0.4%)   0.0145 (  0.6%)   0.0145 (  0.4%)  perform-sema
   0.0118 (  0.8%)   0.0026 (  0.4%)   0.0144 (  0.6%)   0.0144 (  0.4%)  Type checking and Semantic analysis
   0.0085 (  0.5%)   0.0015 (  0.2%)   0.0100 (  0.4%)   0.0100 (  0.3%)  typecheck-stmt
   0.0041 (  0.3%)   0.0027 (  0.4%)   0.0068 (  0.3%)   0.0068 (  0.2%)  IRGen
   0.0032 (  0.2%)   0.0010 (  0.1%)   0.0042 (  0.2%)   0.0042 (  0.1%)  typecheck-decl
   0.0034 (  0.2%)   0.0006 (  0.1%)   0.0040 (  0.2%)   0.0040 (  0.1%)  typecheck-expr
   0.0039 (  0.2%)   0.0000 (  0.0%)   0.0039 (  0.2%)   0.0039 (  0.1%)  SIL optimization
   0.0023 (  0.1%)   0.0004 (  0.1%)   0.0027 (  0.1%)   0.0027 (  0.1%)  SILGen
   0.0015 (  0.1%)   0.0003 (  0.0%)   0.0018 (  0.1%)   0.0018 (  0.0%)  SILGen-function
   0.0008 (  0.1%)   0.0002 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  load-all-members
   0.0009 (  0.1%)   0.0001 (  0.0%)   0.0009 (  0.0%)   0.0009 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.5694 (100.0%)   0.7404 (100.0%)   2.3098 (100.0%)   3.9930 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3447 seconds (3.3435 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5265 (100.0%)   0.8182 (100.0%)   2.3447 (100.0%)   3.3435 (100.0%)  Building Target
   1.5265 (100.0%)   0.8182 (100.0%)   2.3447 (100.0%)   3.3435 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ Mappable+BasicType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600187098352-swift-frontend-Mappable-Mappable_BasicType.swift-arm64_32_apple_watchos11.4-o-Onone-72289384.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2639 seconds (3.8143 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9930 ( 43.8%)   0.4501 ( 45.2%)   1.4432 ( 44.2%)   1.6767 ( 44.0%)  parse-and-resolve-imports
   0.9919 ( 43.8%)   0.4458 ( 44.7%)   1.4377 ( 44.0%)   1.6686 ( 43.7%)  Import resolution
   0.0800 (  3.5%)   0.0210 (  2.1%)   0.1009 (  3.1%)   0.1010 (  2.6%)  build-rewrite-system
   0.0017 (  0.1%)   0.0102 (  1.0%)   0.0119 (  0.4%)   0.0917 (  2.4%)  load-stdlib
   0.0408 (  1.8%)   0.0155 (  1.6%)   0.0563 (  1.7%)   0.0583 (  1.5%)  perform-sema
   0.0408 (  1.8%)   0.0154 (  1.5%)   0.0562 (  1.7%)   0.0582 (  1.5%)  Type checking and Semantic analysis
   0.0259 (  1.1%)   0.0065 (  0.6%)   0.0323 (  1.0%)   0.0323 (  0.8%)  typecheck-expr
   0.0247 (  1.1%)   0.0057 (  0.6%)   0.0304 (  0.9%)   0.0304 (  0.8%)  typecheck-stmt
   0.0160 (  0.7%)   0.0098 (  1.0%)   0.0257 (  0.8%)   0.0277 (  0.7%)  typecheck-decl
   0.0131 (  0.6%)   0.0094 (  0.9%)   0.0225 (  0.7%)   0.0226 (  0.6%)  import-clang-decl
   0.0090 (  0.4%)   0.0025 (  0.2%)   0.0114 (  0.3%)   0.0114 (  0.3%)  IRGen
   0.0099 (  0.4%)   0.0006 (  0.1%)   0.0105 (  0.3%)   0.0105 (  0.3%)  SIL optimization
   0.0071 (  0.3%)   0.0014 (  0.1%)   0.0085 (  0.3%)   0.0086 (  0.2%)  SILGen
   0.0050 (  0.2%)   0.0017 (  0.2%)   0.0067 (  0.2%)   0.0067 (  0.2%)  precheck-target
   0.0056 (  0.2%)   0.0010 (  0.1%)   0.0066 (  0.2%)   0.0066 (  0.2%)  SILGen-function
   0.0015 (  0.1%)   0.0002 (  0.0%)   0.0017 (  0.1%)   0.0017 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.2670 (100.0%)   0.9968 (100.0%)   3.2639 (100.0%)   3.8143 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9841 seconds (3.3877 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9588 (100.0%)   1.0253 (100.0%)   2.9841 (100.0%)   3.3877 (100.0%)  Building Target
   1.9588 (100.0%)   1.0253 (100.0%)   2.9841 (100.0%)   3.3877 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600189017958-swift-frontend-Mappable-JSON.swift-arm64_apple_watchos11.4-o-Onone-1416222683.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4045 seconds (0.4061 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0806 ( 29.0%)   0.0292 ( 23.1%)   0.1097 ( 27.1%)   0.1102 ( 27.1%)  build-rewrite-system
   0.0280 ( 10.1%)   0.0092 (  7.3%)   0.0372 (  9.2%)   0.0373 (  9.2%)  perform-sema
   0.0279 ( 10.0%)   0.0092 (  7.3%)   0.0371 (  9.2%)   0.0373 (  9.2%)  Type checking and Semantic analysis
   0.0181 (  6.5%)   0.0182 ( 14.5%)   0.0363 (  9.0%)   0.0364 (  9.0%)  parse-and-resolve-imports
   0.0171 (  6.2%)   0.0173 ( 13.7%)   0.0345 (  8.5%)   0.0345 (  8.5%)  Import resolution
   0.0236 (  8.5%)   0.0078 (  6.2%)   0.0315 (  7.8%)   0.0315 (  7.8%)  typecheck-expr
   0.0217 (  7.8%)   0.0062 (  4.9%)   0.0279 (  6.9%)   0.0280 (  6.9%)  typecheck-stmt
   0.0128 (  4.6%)   0.0102 (  8.1%)   0.0230 (  5.7%)   0.0231 (  5.7%)  import-clang-decl
   0.0160 (  5.7%)   0.0051 (  4.1%)   0.0211 (  5.2%)   0.0212 (  5.2%)  typecheck-decl
   0.0078 (  2.8%)   0.0075 (  6.0%)   0.0154 (  3.8%)   0.0155 (  3.8%)  IRGen
   0.0113 (  4.0%)   0.0026 (  2.1%)   0.0139 (  3.4%)   0.0139 (  3.4%)  SILGen
   0.0056 (  2.0%)   0.0002 (  0.2%)   0.0058 (  1.4%)   0.0060 (  1.5%)  SIL optimization
   0.0045 (  1.6%)   0.0010 (  0.8%)   0.0055 (  1.4%)   0.0055 (  1.3%)  SILGen-function
   0.0011 (  0.4%)   0.0017 (  1.3%)   0.0027 (  0.7%)   0.0028 (  0.7%)  load-stdlib
   0.0015 (  0.6%)   0.0005 (  0.4%)   0.0020 (  0.5%)   0.0020 (  0.5%)  precheck-target
   0.0007 (  0.3%)   0.0002 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.2%)  load-all-members
   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.2783 (100.0%)   0.1262 (100.0%)   0.4045 (100.0%)   0.4061 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3557 seconds (1.4247 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8601 (100.0%)   0.4956 (100.0%)   1.3557 (100.0%)   1.4247 (100.0%)  Building Target
   0.8601 (100.0%)   0.4956 (100.0%)   1.3557 (100.0%)   1.4247 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for Mappable (in target 'Mappable' from project 'Mappable')
SwiftDriver\ Compilation\ Requirements Mappable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
    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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.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/Mappable.build/Debug-watchos/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_const_extract_protocols.json -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/Mappable.build/Debug-watchos/Mappable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Mappable (in target 'Mappable' from project 'Mappable')
SwiftDriver\ Compilation\ Requirements Mappable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
    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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.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/Mappable.build/Debug-watchos/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json -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/Mappable.build/Debug-watchos/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600189129233-swift-frontend-Mappable-JSON.swift-arm64_32_apple_watchos11.4-o-Onone-3975685287.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4129 seconds (0.4148 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0822 ( 29.4%)   0.0287 ( 21.5%)   0.1109 ( 26.9%)   0.1117 ( 26.9%)  build-rewrite-system
   0.0180 (  6.4%)   0.0215 ( 16.1%)   0.0395 (  9.6%)   0.0397 (  9.6%)  parse-and-resolve-imports
   0.0286 ( 10.2%)   0.0104 (  7.8%)   0.0390 (  9.5%)   0.0391 (  9.4%)  perform-sema
   0.0286 ( 10.2%)   0.0104 (  7.8%)   0.0390 (  9.4%)   0.0390 (  9.4%)  Type checking and Semantic analysis
   0.0171 (  6.1%)   0.0207 ( 15.5%)   0.0378 (  9.1%)   0.0380 (  9.2%)  Import resolution
   0.0241 (  8.6%)   0.0090 (  6.7%)   0.0331 (  8.0%)   0.0331 (  8.0%)  typecheck-expr
   0.0223 (  8.0%)   0.0069 (  5.2%)   0.0292 (  7.1%)   0.0292 (  7.0%)  typecheck-stmt
   0.0126 (  4.5%)   0.0099 (  7.5%)   0.0226 (  5.5%)   0.0228 (  5.5%)  import-clang-decl
   0.0155 (  5.5%)   0.0062 (  4.6%)   0.0216 (  5.2%)   0.0217 (  5.2%)  typecheck-decl
   0.0104 (  3.7%)   0.0028 (  2.1%)   0.0131 (  3.2%)   0.0131 (  3.2%)  SILGen
   0.0066 (  2.3%)   0.0032 (  2.4%)   0.0097 (  2.4%)   0.0097 (  2.3%)  IRGen
   0.0055 (  2.0%)   0.0001 (  0.1%)   0.0056 (  1.4%)   0.0056 (  1.4%)  SIL optimization
   0.0046 (  1.7%)   0.0010 (  0.8%)   0.0056 (  1.4%)   0.0056 (  1.4%)  SILGen-function
   0.0010 (  0.4%)   0.0017 (  1.3%)   0.0027 (  0.6%)   0.0027 (  0.6%)  load-stdlib
   0.0019 (  0.7%)   0.0006 (  0.4%)   0.0024 (  0.6%)   0.0024 (  0.6%)  precheck-target
   0.0008 (  0.3%)   0.0003 (  0.2%)   0.0011 (  0.3%)   0.0011 (  0.3%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2798 (100.0%)   0.1332 (100.0%)   0.4129 (100.0%)   0.4148 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2508 seconds (1.3126 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8256 (100.0%)   0.4251 (100.0%)   1.2508 (100.0%)   1.3126 (100.0%)  Building Target
   0.8256 (100.0%)   0.4251 (100.0%)   1.2508 (100.0%)   1.3126 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Headers/Mappable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-Swift.h (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Headers/Mappable-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'Mappable' from project 'Mappable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftmodule (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftdoc (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64_32-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.abi.json (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftdoc (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.abi.json (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftsourceinfo (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftsourceinfo (in target 'Mappable' from project 'Mappable')
    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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Modules/Mappable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600190826618-swift-frontend-Mappable-Mapper.swift-arm64_32_apple_watchos11.4-o-Onone-998415063.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1341 seconds (0.1345 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0158 ( 18.9%)   0.0173 ( 34.5%)   0.0331 ( 24.7%)   0.0333 ( 24.8%)  parse-and-resolve-imports
   0.0151 ( 18.0%)   0.0167 ( 33.3%)   0.0318 ( 23.7%)   0.0320 ( 23.8%)  Import resolution
   0.0114 ( 13.6%)   0.0032 (  6.3%)   0.0146 ( 10.9%)   0.0146 ( 10.8%)  perform-sema
   0.0114 ( 13.5%)   0.0032 (  6.3%)   0.0145 ( 10.8%)   0.0145 ( 10.8%)  Type checking and Semantic analysis
   0.0079 (  9.4%)   0.0016 (  3.2%)   0.0095 (  7.0%)   0.0095 (  7.0%)  typecheck-stmt
   0.0031 (  3.7%)   0.0023 (  4.7%)   0.0054 (  4.0%)   0.0054 (  4.0%)  IRGen
   0.0033 (  4.0%)   0.0015 (  3.0%)   0.0048 (  3.6%)   0.0049 (  3.6%)  typecheck-decl
   0.0041 (  4.9%)   0.0000 (  0.0%)   0.0041 (  3.1%)   0.0041 (  3.1%)  SIL optimization
   0.0031 (  3.7%)   0.0008 (  1.6%)   0.0039 (  2.9%)   0.0039 (  2.9%)  build-rewrite-system
   0.0032 (  3.8%)   0.0007 (  1.4%)   0.0039 (  2.9%)   0.0039 (  2.9%)  typecheck-expr
   0.0009 (  1.1%)   0.0016 (  3.3%)   0.0026 (  1.9%)   0.0026 (  1.9%)  load-stdlib
   0.0021 (  2.6%)   0.0003 (  0.6%)   0.0024 (  1.8%)   0.0024 (  1.8%)  SILGen
   0.0012 (  1.4%)   0.0002 (  0.3%)   0.0014 (  1.0%)   0.0014 (  1.0%)  SILGen-function
   0.0005 (  0.6%)   0.0007 (  1.4%)   0.0012 (  0.9%)   0.0012 (  0.9%)  import-clang-decl
   0.0008 (  0.9%)   0.0000 (  0.1%)   0.0008 (  0.6%)   0.0008 (  0.6%)  precheck-target
   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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0840 (100.0%)   0.0501 (100.0%)   0.1341 (100.0%)   0.1345 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0896 seconds (0.0898 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0606 (100.0%)   0.0290 (100.0%)   0.0896 (100.0%)   0.0898 (100.0%)  Building Target
   0.0606 (100.0%)   0.0290 (100.0%)   0.0896 (100.0%)   0.0898 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ Misc.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600190826714-swift-frontend-Mappable-Misc.swift-arm64_32_apple_watchos11.4-o-Onone-3177208141.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1522 seconds (0.1524 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0161 ( 16.5%)   0.0167 ( 30.5%)   0.0328 ( 21.6%)   0.0329 ( 21.6%)  parse-and-resolve-imports
   0.0152 ( 15.6%)   0.0161 ( 29.4%)   0.0313 ( 20.5%)   0.0313 ( 20.6%)  Import resolution
   0.0119 ( 12.2%)   0.0034 (  6.3%)   0.0153 ( 10.1%)   0.0153 ( 10.1%)  perform-sema
   0.0119 ( 12.2%)   0.0034 (  6.3%)   0.0153 ( 10.1%)   0.0153 ( 10.0%)  Type checking and Semantic analysis
   0.0095 (  9.7%)   0.0028 (  5.2%)   0.0123 (  8.1%)   0.0123 (  8.1%)  typecheck-stmt
   0.0091 (  9.4%)   0.0028 (  5.1%)   0.0119 (  7.8%)   0.0119 (  7.8%)  typecheck-expr
   0.0065 (  6.7%)   0.0021 (  3.9%)   0.0087 (  5.7%)   0.0087 (  5.7%)  precheck-target
   0.0051 (  5.2%)   0.0014 (  2.6%)   0.0065 (  4.3%)   0.0065 (  4.3%)  build-rewrite-system
   0.0028 (  2.9%)   0.0022 (  4.1%)   0.0051 (  3.3%)   0.0051 (  3.3%)  IRGen
   0.0032 (  3.3%)   0.0001 (  0.2%)   0.0034 (  2.2%)   0.0034 (  2.2%)  SIL optimization
   0.0024 (  2.4%)   0.0006 (  1.1%)   0.0030 (  1.9%)   0.0030 (  1.9%)  typecheck-decl
   0.0009 (  1.0%)   0.0016 (  2.9%)   0.0025 (  1.6%)   0.0025 (  1.6%)  load-stdlib
   0.0012 (  1.3%)   0.0003 (  0.6%)   0.0016 (  1.0%)   0.0016 (  1.0%)  SILGen
   0.0006 (  0.6%)   0.0008 (  1.4%)   0.0014 (  0.9%)   0.0014 (  0.9%)  import-clang-decl
   0.0009 (  0.9%)   0.0003 (  0.6%)   0.0012 (  0.8%)   0.0012 (  0.8%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.0974 (100.0%)   0.0548 (100.0%)   0.1522 (100.0%)   0.1524 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0829 seconds (0.0832 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0530 (100.0%)   0.0299 (100.0%)   0.0829 (100.0%)   0.0832 (100.0%)  Building Target
   0.0530 (100.0%)   0.0299 (100.0%)   0.0829 (100.0%)   0.0832 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case cannotCast(Any?, String) // value, toType
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case JSONStructureNotMatchDesired(Any?, String) // value, pattern
         ^
SwiftCompile normal arm64 Compiling\ Misc.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600190834434-swift-frontend-Mappable-Misc.swift-arm64_apple_watchos11.4-o-Onone-2637127128.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1445 seconds (0.1445 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0162 ( 17.1%)   0.0151 ( 30.2%)   0.0313 ( 21.6%)   0.0313 ( 21.6%)  parse-and-resolve-imports
   0.0153 ( 16.2%)   0.0144 ( 28.9%)   0.0298 ( 20.6%)   0.0298 ( 20.6%)  Import resolution
   0.0112 ( 11.9%)   0.0033 (  6.6%)   0.0145 ( 10.0%)   0.0145 ( 10.0%)  perform-sema
   0.0112 ( 11.8%)   0.0033 (  6.6%)   0.0145 ( 10.0%)   0.0145 ( 10.0%)  Type checking and Semantic analysis
   0.0093 (  9.8%)   0.0027 (  5.5%)   0.0120 (  8.3%)   0.0120 (  8.3%)  typecheck-stmt
   0.0089 (  9.4%)   0.0027 (  5.4%)   0.0116 (  8.0%)   0.0116 (  8.0%)  typecheck-expr
   0.0063 (  6.7%)   0.0020 (  4.0%)   0.0084 (  5.8%)   0.0084 (  5.8%)  precheck-target
   0.0049 (  5.1%)   0.0013 (  2.7%)   0.0062 (  4.3%)   0.0062 (  4.3%)  build-rewrite-system
   0.0025 (  2.6%)   0.0020 (  4.0%)   0.0045 (  3.1%)   0.0045 (  3.1%)  IRGen
   0.0031 (  3.3%)   0.0001 (  0.1%)   0.0032 (  2.2%)   0.0032 (  2.2%)  SIL optimization
   0.0019 (  2.0%)   0.0005 (  1.0%)   0.0024 (  1.6%)   0.0024 (  1.6%)  typecheck-decl
   0.0009 (  0.9%)   0.0014 (  2.8%)   0.0023 (  1.6%)   0.0023 (  1.6%)  load-stdlib
   0.0013 (  1.4%)   0.0003 (  0.5%)   0.0016 (  1.1%)   0.0016 (  1.1%)  SILGen
   0.0006 (  0.6%)   0.0007 (  1.3%)   0.0013 (  0.9%)   0.0013 (  0.9%)  import-clang-decl
   0.0009 (  1.0%)   0.0002 (  0.4%)   0.0011 (  0.8%)   0.0011 (  0.8%)  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%)  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.0945 (100.0%)   0.0500 (100.0%)   0.1445 (100.0%)   0.1445 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0750 seconds (0.0750 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0484 (100.0%)   0.0265 (100.0%)   0.0750 (100.0%)   0.0750 (100.0%)  Building Target
   0.0484 (100.0%)   0.0265 (100.0%)   0.0750 (100.0%)   0.0750 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case cannotCast(Any?, String) // value, toType
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case JSONStructureNotMatchDesired(Any?, String) // value, pattern
         ^
SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64_32 Compiling\ Mappable.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600190839544-swift-frontend-Mappable-Mappable.swift-arm64_32_apple_watchos11.4-o-Onone-3089897413.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1345 seconds (0.1345 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0157 ( 18.1%)   0.0147 ( 30.8%)   0.0304 ( 22.6%)   0.0304 ( 22.6%)  parse-and-resolve-imports
   0.0150 ( 17.3%)   0.0142 ( 29.6%)   0.0292 ( 21.7%)   0.0292 ( 21.7%)  Import resolution
   0.0094 ( 10.9%)   0.0031 (  6.5%)   0.0126 (  9.3%)   0.0126 (  9.3%)  perform-sema
   0.0094 ( 10.9%)   0.0031 (  6.5%)   0.0125 (  9.3%)   0.0125 (  9.3%)  Type checking and Semantic analysis
   0.0072 (  8.3%)   0.0022 (  4.5%)   0.0094 (  7.0%)   0.0094 (  7.0%)  typecheck-stmt
   0.0072 (  8.3%)   0.0022 (  4.5%)   0.0093 (  6.9%)   0.0093 (  6.9%)  typecheck-expr
   0.0039 (  4.6%)   0.0009 (  1.8%)   0.0048 (  3.6%)   0.0048 (  3.6%)  SILGen
   0.0034 (  4.0%)   0.0013 (  2.7%)   0.0047 (  3.5%)   0.0047 (  3.5%)  typecheck-decl
   0.0031 (  3.6%)   0.0008 (  1.7%)   0.0039 (  2.9%)   0.0039 (  2.9%)  build-rewrite-system
   0.0031 (  3.6%)   0.0007 (  1.5%)   0.0038 (  2.8%)   0.0038 (  2.8%)  SILGen-function
   0.0020 (  2.3%)   0.0018 (  3.7%)   0.0037 (  2.8%)   0.0037 (  2.8%)  IRGen
   0.0032 (  3.7%)   0.0000 (  0.1%)   0.0032 (  2.4%)   0.0032 (  2.4%)  SIL optimization
   0.0014 (  1.6%)   0.0014 (  2.9%)   0.0028 (  2.1%)   0.0028 (  2.1%)  import-clang-decl
   0.0009 (  1.0%)   0.0012 (  2.5%)   0.0020 (  1.5%)   0.0020 (  1.5%)  load-stdlib
   0.0016 (  1.9%)   0.0003 (  0.7%)   0.0019 (  1.4%)   0.0019 (  1.4%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0866 (100.0%)   0.0478 (100.0%)   0.1345 (100.0%)   0.1345 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0733 seconds (0.0734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0471 (100.0%)   0.0262 (100.0%)   0.0733 (100.0%)   0.0734 (100.0%)  Building Target
   0.0471 (100.0%)   0.0262 (100.0%)   0.0733 (100.0%)   0.0734 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSON.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Misc.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Misc.swift (in target 'Mappable' from project 'Mappable')
SwiftDriver\ Compilation Mappable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
    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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.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/Mappable.build/Debug-watchos/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json -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/Mappable.build/Debug-watchos/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable-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/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Binary/Mappable normal arm64 (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList -install_name @rpath/Mappable.framework/Mappable -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_dependency_info.dat -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Binary/Mappable
SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Mapper.swift (in target 'Mappable' from project 'Mappable')
SwiftDriver\ Compilation Mappable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
    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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.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/Mappable.build/Debug-watchos/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_const_extract_protocols.json -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/Mappable.build/Debug-watchos/Mappable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable-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/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Binary/Mappable normal arm64_32 (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.LinkFileList -install_name @rpath/Mappable.framework/Mappable -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_dependency_info.dat -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/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Binary/Mappable
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Mappable normal arm64\ arm64_32 (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Binary/Mappable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Binary/Mappable -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Mappable
ExtractAppIntentsMetadata (in target 'Mappable' from project 'Mappable')
    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 Mappable --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 11.4 --bundle-identifier Mappable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Mappable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Mappable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Mappable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug-watchos/Mappable.build/Objects-normal/arm64_32/Mappable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 09:56:31.117 appintentsmetadataprocessor[711:4041] Starting appintentsmetadataprocessor export
2025-04-25 09:56:31.119 appintentsmetadataprocessor[711:4041] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Mappable.framework/Mappable.tbd (in target 'Mappable' from project 'Mappable')
    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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework/Mappable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Mappable.framework/Mappable.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mappable.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mappable",
  "name" : "Mappable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Mappable",
      "targets" : [
        "Mappable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MappableTests",
      "module_type" : "SwiftTarget",
      "name" : "MappableTests",
      "path" : "Tests/MappableTests",
      "sources" : [
        "BasicTypesTest/BaseTest.swift",
        "BasicTypesTest/BasicTypeTest.swift",
        "BasicTypesTest/EnumTest.swift",
        "CollectionTypesTest/ArrayTests.swift",
        "CollectionTypesTest/DictionaryTest.swift",
        "CollectionTypesTest/OptionalTest.swift",
        "CollectionTypesTest/SetTest.swift",
        "MapperTests.swift",
        "MiscTest.swift",
        "OmniTest/DefaultValueTest.swift",
        "OmniTest/InheritanceTest.swift",
        "OmniTest/NestKeyPathTest.swift",
        "OmniTest/OmniTest.swift"
      ],
      "target_dependencies" : [
        "Mappable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mappable",
      "module_type" : "SwiftTarget",
      "name" : "Mappable",
      "path" : "Sources/Mappable",
      "product_memberships" : [
        "Mappable"
      ],
      "sources" : [
        "JSON.swift",
        "Mappable+BasicType.swift",
        "Mappable+ContainerType.swift",
        "Mappable+Enum.swift",
        "Mappable.swift",
        "Mapper.swift",
        "Misc.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.