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 1.5.0 (6db81d), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 16:55:54 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: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leavez/Mappable
 * tag               1.5.0      -> FETCH_HEAD
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 1.5.0
========================================
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/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
    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/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
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
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_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.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.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.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.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_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/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/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/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/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/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
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
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+ContainerType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600149739479-swift-frontend-Mappable-Mappable_ContainerType.swift-arm64_apple_watchos11.4-o-Onone-3137983722.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5307 seconds (4.2523 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0271 ( 11.9%)   0.1070 ( 35.3%)   0.1341 ( 25.3%)   1.9798 ( 46.6%)  parse-and-resolve-imports
   0.0260 ( 11.4%)   0.1065 ( 35.1%)   0.1325 ( 25.0%)   1.9781 ( 46.5%)  Import resolution
   0.0825 ( 36.3%)   0.0297 (  9.8%)   0.1122 ( 21.1%)   0.1125 (  2.6%)  build-rewrite-system
   0.0129 (  5.7%)   0.0307 ( 10.1%)   0.0436 (  8.2%)   0.0731 (  1.7%)  load-stdlib
   0.0125 (  5.5%)   0.0101 (  3.3%)   0.0227 (  4.3%)   0.0230 (  0.5%)  import-clang-decl
   0.0143 (  6.3%)   0.0043 (  1.4%)   0.0186 (  3.5%)   0.0186 (  0.4%)  perform-sema
   0.0143 (  6.3%)   0.0043 (  1.4%)   0.0186 (  3.5%)   0.0186 (  0.4%)  Type checking and Semantic analysis
   0.0095 (  4.2%)   0.0029 (  1.0%)   0.0124 (  2.3%)   0.0125 (  0.3%)  typecheck-decl
   0.0043 (  1.9%)   0.0033 (  1.1%)   0.0076 (  1.4%)   0.0076 (  0.2%)  IRGen
   0.0057 (  2.5%)   0.0015 (  0.5%)   0.0072 (  1.4%)   0.0072 (  0.2%)  typecheck-stmt
   0.0054 (  2.4%)   0.0014 (  0.5%)   0.0068 (  1.3%)   0.0068 (  0.2%)  typecheck-expr
   0.0047 (  2.1%)   0.0000 (  0.0%)   0.0047 (  0.9%)   0.0047 (  0.1%)  SIL optimization
   0.0037 (  1.6%)   0.0009 (  0.3%)   0.0046 (  0.9%)   0.0046 (  0.1%)  SILGen
   0.0028 (  1.2%)   0.0006 (  0.2%)   0.0035 (  0.7%)   0.0035 (  0.1%)  SILGen-function
   0.0009 (  0.4%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2271 (100.0%)   0.3036 (100.0%)   0.5307 (100.0%)   4.2523 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4299 seconds (3.3714 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8463 (100.0%)   0.5836 (100.0%)   1.4299 (100.0%)   3.3714 (100.0%)  Building Target
   0.8463 (100.0%)   0.5836 (100.0%)   1.4299 (100.0%)   3.3714 (100.0%)  Total
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-1745600149724371-swift-frontend-Mappable-JSON.swift-arm64_apple_watchos11.4-o-Onone-2857720203.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1820 seconds (4.0354 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9741 ( 44.7%)   0.4652 ( 46.4%)   1.4393 ( 45.2%)   1.8256 ( 45.2%)  parse-and-resolve-imports
   0.9730 ( 44.6%)   0.4648 ( 46.4%)   1.4378 ( 45.2%)   1.8241 ( 45.2%)  Import resolution
   0.0803 (  3.7%)   0.0198 (  2.0%)   0.1001 (  3.1%)   0.1006 (  2.5%)  build-rewrite-system
   0.0018 (  0.1%)   0.0145 (  1.4%)   0.0164 (  0.5%)   0.0962 (  2.4%)  load-stdlib
   0.0265 (  1.2%)   0.0048 (  0.5%)   0.0312 (  1.0%)   0.0313 (  0.8%)  perform-sema
   0.0264 (  1.2%)   0.0048 (  0.5%)   0.0312 (  1.0%)   0.0312 (  0.8%)  Type checking and Semantic analysis
   0.0221 (  1.0%)   0.0041 (  0.4%)   0.0262 (  0.8%)   0.0263 (  0.7%)  typecheck-expr
   0.0207 (  0.9%)   0.0031 (  0.3%)   0.0238 (  0.7%)   0.0238 (  0.6%)  typecheck-stmt
   0.0127 (  0.6%)   0.0103 (  1.0%)   0.0230 (  0.7%)   0.0230 (  0.6%)  import-clang-decl
   0.0139 (  0.6%)   0.0024 (  0.2%)   0.0163 (  0.5%)   0.0163 (  0.4%)  typecheck-decl
   0.0068 (  0.3%)   0.0049 (  0.5%)   0.0118 (  0.4%)   0.0118 (  0.3%)  IRGen
   0.0097 (  0.4%)   0.0013 (  0.1%)   0.0110 (  0.3%)   0.0110 (  0.3%)  SILGen
   0.0056 (  0.3%)   0.0003 (  0.0%)   0.0059 (  0.2%)   0.0059 (  0.1%)  SIL optimization
   0.0042 (  0.2%)   0.0003 (  0.0%)   0.0045 (  0.1%)   0.0045 (  0.1%)  SILGen-function
   0.0016 (  0.1%)   0.0009 (  0.1%)   0.0024 (  0.1%)   0.0024 (  0.1%)  precheck-target
   0.0009 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   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%)  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.1803 (100.0%)   1.0018 (100.0%)   3.1820 (100.0%)   4.0354 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8416 seconds (3.3816 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8835 (100.0%)   0.9582 (100.0%)   2.8416 (100.0%)   3.3816 (100.0%)  Building Target
   1.8835 (100.0%)   0.9582 (100.0%)   2.8416 (100.0%)   3.3816 (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

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-1745600149723922-swift-frontend-Mappable-Mappable_BasicType.swift-arm64_apple_watchos11.4-o-Onone-2340988416.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6686 seconds (4.1677 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 (  6.7%)   0.1104 ( 33.6%)   0.1331 ( 19.9%)   1.8407 ( 44.2%)  parse-and-resolve-imports
   0.0216 (  6.3%)   0.1095 ( 33.3%)   0.1311 ( 19.6%)   1.8385 ( 44.1%)  Import resolution
   0.0798 ( 23.4%)   0.0311 (  9.5%)   0.1108 ( 16.6%)   0.1115 (  2.7%)  build-rewrite-system
   0.0018 (  0.5%)   0.0118 (  3.6%)   0.0135 (  2.0%)   0.0962 (  2.3%)  load-stdlib
   0.0442 ( 13.0%)   0.0126 (  3.8%)   0.0569 (  8.5%)   0.0570 (  1.4%)  perform-sema
   0.0442 ( 13.0%)   0.0126 (  3.8%)   0.0568 (  8.5%)   0.0569 (  1.4%)  Type checking and Semantic analysis
   0.0277 (  8.1%)   0.0072 (  2.2%)   0.0349 (  5.2%)   0.0349 (  0.8%)  typecheck-expr
   0.0263 (  7.7%)   0.0065 (  2.0%)   0.0328 (  4.9%)   0.0329 (  0.8%)  typecheck-stmt
   0.0146 (  4.3%)   0.0119 (  3.6%)   0.0265 (  4.0%)   0.0267 (  0.6%)  import-clang-decl
   0.0179 (  5.2%)   0.0061 (  1.9%)   0.0240 (  3.6%)   0.0240 (  0.6%)  typecheck-decl
   0.0088 (  2.6%)   0.0018 (  0.5%)   0.0105 (  1.6%)   0.0106 (  0.3%)  SILGen
   0.0069 (  2.0%)   0.0036 (  1.1%)   0.0105 (  1.6%)   0.0105 (  0.3%)  IRGen
   0.0093 (  2.7%)   0.0001 (  0.0%)   0.0094 (  1.4%)   0.0094 (  0.2%)  SIL optimization
   0.0070 (  2.1%)   0.0013 (  0.4%)   0.0083 (  1.2%)   0.0084 (  0.2%)  SILGen-function
   0.0051 (  1.5%)   0.0011 (  0.3%)   0.0062 (  0.9%)   0.0062 (  0.1%)  precheck-target
   0.0016 (  0.5%)   0.0004 (  0.1%)   0.0020 (  0.3%)   0.0020 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3404 (100.0%)   0.3282 (100.0%)   0.6686 (100.0%)   4.1677 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5661 seconds (3.4312 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9379 (100.0%)   0.6282 (100.0%)   1.5661 (100.0%)   3.4312 (100.0%)  Building Target
   0.9379 (100.0%)   0.6282 (100.0%)   1.5661 (100.0%)   3.4312 (100.0%)  Total
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-1745600149729038-swift-frontend-Mappable-Mappable.swift-arm64_apple_watchos11.4-o-Onone-3443755544.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6359 seconds (3.8578 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0663 ( 22.7%)   0.1235 ( 35.9%)   0.1898 ( 29.9%)   1.7546 ( 45.5%)  parse-and-resolve-imports
   0.0651 ( 22.3%)   0.1196 ( 34.8%)   0.1847 ( 29.0%)   1.7460 ( 45.3%)  Import resolution
   0.0834 ( 28.5%)   0.0306 (  8.9%)   0.1140 ( 17.9%)   0.1141 (  3.0%)  build-rewrite-system
   0.0017 (  0.6%)   0.0097 (  2.8%)   0.0114 (  1.8%)   0.0972 (  2.5%)  load-stdlib
   0.0123 (  4.2%)   0.0129 (  3.8%)   0.0252 (  4.0%)   0.0279 (  0.7%)  perform-sema
   0.0123 (  4.2%)   0.0129 (  3.7%)   0.0252 (  4.0%)   0.0279 (  0.7%)  Type checking and Semantic analysis
   0.0125 (  4.3%)   0.0092 (  2.7%)   0.0217 (  3.4%)   0.0219 (  0.6%)  import-clang-decl
   0.0048 (  1.6%)   0.0083 (  2.4%)   0.0131 (  2.1%)   0.0151 (  0.4%)  typecheck-decl
   0.0090 (  3.1%)   0.0052 (  1.5%)   0.0141 (  2.2%)   0.0149 (  0.4%)  typecheck-stmt
   0.0089 (  3.1%)   0.0051 (  1.5%)   0.0141 (  2.2%)   0.0148 (  0.4%)  typecheck-expr
   0.0040 (  1.4%)   0.0016 (  0.5%)   0.0056 (  0.9%)   0.0056 (  0.1%)  SILGen
   0.0024 (  0.8%)   0.0022 (  0.6%)   0.0046 (  0.7%)   0.0046 (  0.1%)  IRGen
   0.0021 (  0.7%)   0.0014 (  0.4%)   0.0035 (  0.6%)   0.0042 (  0.1%)  precheck-target
   0.0033 (  1.1%)   0.0010 (  0.3%)   0.0042 (  0.7%)   0.0042 (  0.1%)  SILGen-function
   0.0033 (  1.1%)   0.0002 (  0.1%)   0.0036 (  0.6%)   0.0036 (  0.1%)  SIL optimization
   0.0008 (  0.3%)   0.0002 (  0.1%)   0.0011 (  0.2%)   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%)  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2923 (100.0%)   0.3436 (100.0%)   0.6359 (100.0%)   3.8578 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6344 seconds (3.3763 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9609 (100.0%)   0.6734 (100.0%)   1.6344 (100.0%)   3.3763 (100.0%)  Building Target
   0.9609 (100.0%)   0.6734 (100.0%)   1.6344 (100.0%)   3.3763 (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

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-1745600149739914-swift-frontend-Mappable-all-arm64_apple_watchos11.4-swiftmodule-Onone-2906352921.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3605 seconds (3.7402 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0197 ( 14.0%)   0.0777 ( 35.4%)   0.0974 ( 27.0%)   1.7222 ( 46.0%)  parse-and-resolve-imports
   0.0186 ( 13.2%)   0.0768 ( 34.9%)   0.0954 ( 26.5%)   1.7201 ( 46.0%)  Import resolution
   0.0016 (  1.1%)   0.0067 (  3.1%)   0.0083 (  2.3%)   0.1357 (  3.6%)  load-stdlib
   0.0219 ( 15.6%)   0.0114 (  5.2%)   0.0334 (  9.3%)   0.0339 (  0.9%)  perform-sema
   0.0219 ( 15.5%)   0.0114 (  5.2%)   0.0332 (  9.2%)   0.0337 (  0.9%)  Type checking and Semantic analysis
   0.0217 ( 15.4%)   0.0112 (  5.1%)   0.0328 (  9.1%)   0.0333 (  0.9%)  typecheck-decl
   0.0075 (  5.3%)   0.0072 (  3.3%)   0.0148 (  4.1%)   0.0152 (  0.4%)  SIL optimization
   0.0087 (  6.2%)   0.0030 (  1.4%)   0.0117 (  3.3%)   0.0120 (  0.3%)  SILGen
   0.0060 (  4.2%)   0.0038 (  1.7%)   0.0098 (  2.7%)   0.0099 (  0.3%)  typecheck-expr
   0.0016 (  1.1%)   0.0043 (  1.9%)   0.0059 (  1.6%)   0.0064 (  0.2%)  Serialization, swiftmodule
   0.0029 (  2.0%)   0.0031 (  1.4%)   0.0059 (  1.6%)   0.0059 (  0.2%)  import-clang-decl
   0.0040 (  2.9%)   0.0010 (  0.4%)   0.0050 (  1.4%)   0.0050 (  0.1%)  build-rewrite-system
   0.0032 (  2.3%)   0.0007 (  0.3%)   0.0039 (  1.1%)   0.0039 (  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.4%)   0.0003 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  precheck-target
   0.0006 (  0.4%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0007 (  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1408 (100.0%)   0.2198 (100.0%)   0.3605 (100.0%)   3.7402 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1786 seconds (1.9327 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0668 (100.0%)   0.1118 (100.0%)   0.1786 (100.0%)   1.9327 (100.0%)  Building Target
   0.0668 (100.0%)   0.1118 (100.0%)   0.1786 (100.0%)   1.9327 (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
         ^
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-1745600149733411-swift-frontend-Mappable-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-2783528171.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4033 seconds (3.9022 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0226 ( 15.7%)   0.1070 ( 41.2%)   0.1295 ( 32.1%)   1.8422 ( 47.2%)  parse-and-resolve-imports
   0.0213 ( 14.8%)   0.1061 ( 40.9%)   0.1274 ( 31.6%)   1.8401 ( 47.2%)  Import resolution
   0.0017 (  1.2%)   0.0115 (  4.4%)   0.0131 (  3.3%)   0.0860 (  2.2%)  load-stdlib
   0.0214 ( 14.9%)   0.0070 (  2.7%)   0.0285 (  7.1%)   0.0285 (  0.7%)  perform-sema
   0.0213 ( 14.8%)   0.0070 (  2.7%)   0.0283 (  7.0%)   0.0284 (  0.7%)  Type checking and Semantic analysis
   0.0211 ( 14.7%)   0.0068 (  2.6%)   0.0279 (  6.9%)   0.0279 (  0.7%)  typecheck-decl
   0.0090 (  6.3%)   0.0035 (  1.3%)   0.0125 (  3.1%)   0.0128 (  0.3%)  SILGen
   0.0071 (  5.0%)   0.0021 (  0.8%)   0.0092 (  2.3%)   0.0092 (  0.2%)  SIL optimization
   0.0056 (  3.9%)   0.0031 (  1.2%)   0.0087 (  2.2%)   0.0087 (  0.2%)  typecheck-expr
   0.0043 (  3.0%)   0.0015 (  0.6%)   0.0058 (  1.4%)   0.0058 (  0.1%)  build-rewrite-system
   0.0025 (  1.8%)   0.0024 (  0.9%)   0.0050 (  1.2%)   0.0050 (  0.1%)  import-clang-decl
   0.0030 (  2.1%)   0.0008 (  0.3%)   0.0039 (  1.0%)   0.0039 (  0.1%)  SILGen-function
   0.0014 (  1.0%)   0.0003 (  0.1%)   0.0017 (  0.4%)   0.0017 (  0.0%)  Serialization, swiftmodule
   0.0004 (  0.3%)   0.0003 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  precheck-target
   0.0005 (  0.3%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.1438 (100.0%)   0.2595 (100.0%)   0.4033 (100.0%)   3.9022 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2024 seconds (1.9884 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0681 (100.0%)   0.1343 (100.0%)   0.2024 (100.0%)   1.9884 (100.0%)  Building Target
   0.0681 (100.0%)   0.1343 (100.0%)   0.2024 (100.0%)   1.9884 (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_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-1745600149740176-swift-frontend-Mappable-Mappable.swift-arm64_32_apple_watchos11.4-o-Onone-796992059.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4822 seconds (3.8736 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0213 ( 10.8%)   0.1052 ( 36.9%)   0.1265 ( 26.2%)   1.7852 ( 46.1%)  parse-and-resolve-imports
   0.0204 ( 10.3%)   0.1045 ( 36.7%)   0.1249 ( 25.9%)   1.7836 ( 46.0%)  Import resolution
   0.0817 ( 41.4%)   0.0303 ( 10.6%)   0.1120 ( 23.2%)   0.1123 (  2.9%)  build-rewrite-system
   0.0016 (  0.8%)   0.0097 (  3.4%)   0.0112 (  2.3%)   0.0843 (  2.2%)  load-stdlib
   0.0125 (  6.3%)   0.0107 (  3.8%)   0.0232 (  4.8%)   0.0232 (  0.6%)  import-clang-decl
   0.0110 (  5.6%)   0.0046 (  1.6%)   0.0156 (  3.2%)   0.0157 (  0.4%)  perform-sema
   0.0109 (  5.5%)   0.0046 (  1.6%)   0.0155 (  3.2%)   0.0156 (  0.4%)  Type checking and Semantic analysis
   0.0085 (  4.3%)   0.0036 (  1.3%)   0.0121 (  2.5%)   0.0122 (  0.3%)  typecheck-stmt
   0.0085 (  4.3%)   0.0035 (  1.2%)   0.0120 (  2.5%)   0.0121 (  0.3%)  typecheck-expr
   0.0048 (  2.4%)   0.0015 (  0.5%)   0.0062 (  1.3%)   0.0062 (  0.2%)  SILGen
   0.0027 (  1.4%)   0.0030 (  1.0%)   0.0057 (  1.2%)   0.0057 (  0.1%)  IRGen
   0.0038 (  1.9%)   0.0016 (  0.6%)   0.0054 (  1.1%)   0.0055 (  0.1%)  typecheck-decl
   0.0037 (  1.9%)   0.0012 (  0.4%)   0.0050 (  1.0%)   0.0050 (  0.1%)  SILGen-function
   0.0033 (  1.7%)   0.0000 (  0.0%)   0.0033 (  0.7%)   0.0033 (  0.1%)  SIL optimization
   0.0020 (  1.0%)   0.0006 (  0.2%)   0.0026 (  0.5%)   0.0026 (  0.1%)  precheck-target
   0.0006 (  0.3%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  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%)  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.1973 (100.0%)   0.2849 (100.0%)   0.4822 (100.0%)   3.8736 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5541 seconds (3.3687 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8917 (100.0%)   0.6624 (100.0%)   1.5541 (100.0%)   3.3687 (100.0%)  Building Target
   0.8917 (100.0%)   0.6624 (100.0%)   1.5541 (100.0%)   3.3687 (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

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-1745600149740179-swift-frontend-Mappable-Mappable_Enum.swift-arm64_32_apple_watchos11.4-o-Onone-3215752322.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0454 seconds (3.7723 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9711 ( 47.2%)   0.4631 ( 47.0%)   1.4342 ( 47.1%)   1.7541 ( 46.5%)  parse-and-resolve-imports
   0.9701 ( 47.1%)   0.4629 ( 46.9%)   1.4330 ( 47.1%)   1.7529 ( 46.5%)  Import resolution
   0.0821 (  4.0%)   0.0158 (  1.6%)   0.0978 (  3.2%)   0.0980 (  2.6%)  build-rewrite-system
   0.0017 (  0.1%)   0.0086 (  0.9%)   0.0103 (  0.3%)   0.0887 (  2.4%)  load-stdlib
   0.0118 (  0.6%)   0.0095 (  1.0%)   0.0213 (  0.7%)   0.0214 (  0.6%)  import-clang-decl
   0.0035 (  0.2%)   0.0057 (  0.6%)   0.0091 (  0.3%)   0.0116 (  0.3%)  perform-sema
   0.0034 (  0.2%)   0.0057 (  0.6%)   0.0091 (  0.3%)   0.0116 (  0.3%)  Type checking and Semantic analysis
   0.0017 (  0.1%)   0.0041 (  0.4%)   0.0059 (  0.2%)   0.0079 (  0.2%)  typecheck-decl
   0.0023 (  0.1%)   0.0028 (  0.3%)   0.0050 (  0.2%)   0.0050 (  0.1%)  IRGen
   0.0020 (  0.1%)   0.0023 (  0.2%)   0.0043 (  0.1%)   0.0048 (  0.1%)  typecheck-stmt
   0.0019 (  0.1%)   0.0022 (  0.2%)   0.0042 (  0.1%)   0.0047 (  0.1%)  typecheck-expr
   0.0020 (  0.1%)   0.0013 (  0.1%)   0.0033 (  0.1%)   0.0033 (  0.1%)  SILGen
   0.0019 (  0.1%)   0.0012 (  0.1%)   0.0030 (  0.1%)   0.0030 (  0.1%)  SILGen-function
   0.0027 (  0.1%)   0.0000 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.1%)  SIL optimization
   0.0004 (  0.0%)   0.0006 (  0.1%)   0.0010 (  0.0%)   0.0014 (  0.0%)  precheck-target
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   2.0594 (100.0%)   0.9860 (100.0%)   3.0454 (100.0%)   3.7723 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8675 seconds (3.3688 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8465 (100.0%)   1.0210 (100.0%)   2.8675 (100.0%)   3.3688 (100.0%)  Building Target
   1.8465 (100.0%)   1.0210 (100.0%)   2.8675 (100.0%)   3.3688 (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

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-1745600149734650-swift-frontend-Mappable-Mappable_ContainerType.swift-arm64_32_apple_watchos11.4-o-Onone-2367676255.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6410 seconds (3.8236 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0670 ( 22.5%)   0.1306 ( 38.0%)   0.1976 ( 30.8%)   1.7428 ( 45.6%)  parse-and-resolve-imports
   0.0658 ( 22.1%)   0.1264 ( 36.8%)   0.1922 ( 30.0%)   1.7337 ( 45.3%)  Import resolution
   0.0855 ( 28.8%)   0.0273 (  7.9%)   0.1129 ( 17.6%)   0.1129 (  3.0%)  build-rewrite-system
   0.0017 (  0.6%)   0.0127 (  3.7%)   0.0145 (  2.3%)   0.1036 (  2.7%)  load-stdlib
   0.0144 (  4.8%)   0.0100 (  2.9%)   0.0243 (  3.8%)   0.0264 (  0.7%)  perform-sema
   0.0143 (  4.8%)   0.0099 (  2.9%)   0.0243 (  3.8%)   0.0263 (  0.7%)  Type checking and Semantic analysis
   0.0117 (  3.9%)   0.0096 (  2.8%)   0.0213 (  3.3%)   0.0213 (  0.6%)  import-clang-decl
   0.0097 (  3.3%)   0.0087 (  2.5%)   0.0184 (  2.9%)   0.0205 (  0.5%)  typecheck-decl
   0.0041 (  1.4%)   0.0028 (  0.8%)   0.0069 (  1.1%)   0.0074 (  0.2%)  IRGen
   0.0055 (  1.9%)   0.0014 (  0.4%)   0.0070 (  1.1%)   0.0070 (  0.2%)  typecheck-stmt
   0.0052 (  1.8%)   0.0014 (  0.4%)   0.0066 (  1.0%)   0.0066 (  0.2%)  typecheck-expr
   0.0048 (  1.6%)   0.0002 (  0.1%)   0.0050 (  0.8%)   0.0050 (  0.1%)  SIL optimization
   0.0034 (  1.2%)   0.0012 (  0.4%)   0.0047 (  0.7%)   0.0047 (  0.1%)  SILGen
   0.0027 (  0.9%)   0.0010 (  0.3%)   0.0037 (  0.6%)   0.0037 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0005 (  0.1%)   0.0013 (  0.2%)   0.0013 (  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%)  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2972 (100.0%)   0.3438 (100.0%)   0.6410 (100.0%)   3.8236 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6552 seconds (3.3745 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9662 (100.0%)   0.6890 (100.0%)   1.6552 (100.0%)   3.3745 (100.0%)  Building Target
   0.9662 (100.0%)   0.6890 (100.0%)   1.6552 (100.0%)   3.3745 (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_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-1745600149742656-swift-frontend-Mappable-Mappable_BasicType.swift-arm64_32_apple_watchos11.4-o-Onone-939038753.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7072 seconds (4.1071 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0265 (  7.4%)   0.1114 ( 32.1%)   0.1379 ( 19.5%)   1.8202 ( 44.3%)  parse-and-resolve-imports
   0.0255 (  7.1%)   0.1106 ( 31.9%)   0.1361 ( 19.2%)   1.8184 ( 44.3%)  Import resolution
   0.0807 ( 22.4%)   0.0290 (  8.4%)   0.1097 ( 15.5%)   0.1105 (  2.7%)  build-rewrite-system
   0.0122 (  3.4%)   0.0239 (  6.9%)   0.0361 (  5.1%)   0.0700 (  1.7%)  load-stdlib
   0.0432 ( 12.0%)   0.0141 (  4.1%)   0.0573 (  8.1%)   0.0574 (  1.4%)  perform-sema
   0.0431 ( 12.0%)   0.0141 (  4.1%)   0.0572 (  8.1%)   0.0573 (  1.4%)  Type checking and Semantic analysis
   0.0273 (  7.6%)   0.0077 (  2.2%)   0.0350 (  4.9%)   0.0351 (  0.9%)  typecheck-expr
   0.0254 (  7.0%)   0.0064 (  1.9%)   0.0318 (  4.5%)   0.0318 (  0.8%)  typecheck-stmt
   0.0145 (  4.0%)   0.0117 (  3.4%)   0.0263 (  3.7%)   0.0265 (  0.6%)  import-clang-decl
   0.0180 (  5.0%)   0.0077 (  2.2%)   0.0257 (  3.6%)   0.0258 (  0.6%)  typecheck-decl
   0.0097 (  2.7%)   0.0040 (  1.2%)   0.0137 (  1.9%)   0.0137 (  0.3%)  IRGen
   0.0103 (  2.9%)   0.0005 (  0.1%)   0.0108 (  1.5%)   0.0109 (  0.3%)  SIL optimization
   0.0087 (  2.4%)   0.0021 (  0.6%)   0.0108 (  1.5%)   0.0108 (  0.3%)  SILGen
   0.0070 (  1.9%)   0.0016 (  0.5%)   0.0086 (  1.2%)   0.0086 (  0.2%)  SILGen-function
   0.0052 (  1.4%)   0.0016 (  0.5%)   0.0068 (  1.0%)   0.0068 (  0.2%)  precheck-target
   0.0016 (  0.4%)   0.0003 (  0.1%)   0.0018 (  0.3%)   0.0018 (  0.0%)  typecheck-expr-pattern
   0.0009 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0003 (  0.1%)   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
   0.3600 (100.0%)   0.3472 (100.0%)   0.7072 (100.0%)   4.1071 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6200 seconds (3.4118 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9691 (100.0%)   0.6509 (100.0%)   1.6200 (100.0%)   3.4118 (100.0%)  Building Target
   0.9691 (100.0%)   0.6509 (100.0%)   1.6200 (100.0%)   3.4118 (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\ 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-1745600151749103-swift-frontend-Mappable-Misc.swift-arm64_apple_watchos11.4-o-Onone-1191285140.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3001 seconds (0.3015 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0820 ( 41.8%)   0.0296 ( 28.5%)   0.1117 ( 37.2%)   0.1122 ( 37.2%)  build-rewrite-system
   0.0179 (  9.1%)   0.0185 ( 17.9%)   0.0365 ( 12.1%)   0.0365 ( 12.1%)  parse-and-resolve-imports
   0.0170 (  8.7%)   0.0178 ( 17.2%)   0.0348 ( 11.6%)   0.0348 ( 11.6%)  Import resolution
   0.0124 (  6.3%)   0.0099 (  9.6%)   0.0223 (  7.4%)   0.0229 (  7.6%)  import-clang-decl
   0.0128 (  6.5%)   0.0047 (  4.6%)   0.0176 (  5.9%)   0.0176 (  5.9%)  perform-sema
   0.0128 (  6.5%)   0.0047 (  4.6%)   0.0175 (  5.8%)   0.0176 (  5.8%)  Type checking and Semantic analysis
   0.0107 (  5.5%)   0.0041 (  3.9%)   0.0148 (  4.9%)   0.0149 (  4.9%)  typecheck-stmt
   0.0103 (  5.3%)   0.0040 (  3.9%)   0.0143 (  4.8%)   0.0144 (  4.8%)  typecheck-expr
   0.0072 (  3.7%)   0.0030 (  2.9%)   0.0102 (  3.4%)   0.0102 (  3.4%)  precheck-target
   0.0037 (  1.9%)   0.0039 (  3.8%)   0.0076 (  2.5%)   0.0076 (  2.5%)  IRGen
   0.0031 (  1.6%)   0.0002 (  0.2%)   0.0033 (  1.1%)   0.0033 (  1.1%)  SIL optimization
   0.0020 (  1.0%)   0.0006 (  0.6%)   0.0027 (  0.9%)   0.0027 (  0.9%)  typecheck-decl
   0.0010 (  0.5%)   0.0016 (  1.6%)   0.0026 (  0.9%)   0.0026 (  0.9%)  load-stdlib
   0.0015 (  0.8%)   0.0003 (  0.3%)   0.0018 (  0.6%)   0.0018 (  0.6%)  SILGen
   0.0010 (  0.5%)   0.0003 (  0.2%)   0.0013 (  0.4%)   0.0013 (  0.4%)  SILGen-function
   0.0008 (  0.4%)   0.0004 (  0.4%)   0.0012 (  0.4%)   0.0012 (  0.4%)  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%)  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.1963 (100.0%)   0.1038 (100.0%)   0.3001 (100.0%)   0.3015 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2899 seconds (1.3587 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8178 (100.0%)   0.4720 (100.0%)   1.2899 (100.0%)   1.3587 (100.0%)  Building Target
   0.8178 (100.0%)   0.4720 (100.0%)   1.2899 (100.0%)   1.3587 (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 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
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
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
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
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
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.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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600151800685-swift-frontend-Mappable-Mapper.swift-arm64_32_apple_watchos11.4-o-Onone-884463168.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2907 seconds (0.2918 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0835 ( 43.7%)   0.0293 ( 29.4%)   0.1128 ( 38.8%)   0.1133 ( 38.8%)  build-rewrite-system
   0.0187 (  9.8%)   0.0206 ( 20.6%)   0.0392 ( 13.5%)   0.0393 ( 13.5%)  parse-and-resolve-imports
   0.0178 (  9.3%)   0.0199 ( 19.9%)   0.0377 ( 13.0%)   0.0378 ( 12.9%)  Import resolution
   0.0121 (  6.3%)   0.0100 ( 10.0%)   0.0220 (  7.6%)   0.0224 (  7.7%)  import-clang-decl
   0.0135 (  7.1%)   0.0043 (  4.3%)   0.0178 (  6.1%)   0.0178 (  6.1%)  perform-sema
   0.0134 (  7.0%)   0.0043 (  4.3%)   0.0178 (  6.1%)   0.0178 (  6.1%)  Type checking and Semantic analysis
   0.0092 (  4.8%)   0.0026 (  2.6%)   0.0118 (  4.1%)   0.0118 (  4.0%)  typecheck-stmt
   0.0044 (  2.3%)   0.0033 (  3.4%)   0.0077 (  2.7%)   0.0077 (  2.6%)  IRGen
   0.0040 (  2.1%)   0.0017 (  1.7%)   0.0057 (  2.0%)   0.0057 (  2.0%)  typecheck-decl
   0.0039 (  2.1%)   0.0010 (  1.0%)   0.0049 (  1.7%)   0.0049 (  1.7%)  typecheck-expr
   0.0041 (  2.2%)   0.0001 (  0.1%)   0.0042 (  1.4%)   0.0042 (  1.4%)  SIL optimization
   0.0024 (  1.2%)   0.0004 (  0.4%)   0.0028 (  1.0%)   0.0028 (  1.0%)  SILGen
   0.0010 (  0.5%)   0.0016 (  1.6%)   0.0026 (  0.9%)   0.0026 (  0.9%)  load-stdlib
   0.0013 (  0.7%)   0.0003 (  0.3%)   0.0016 (  0.5%)   0.0016 (  0.5%)  SILGen-function
   0.0007 (  0.4%)   0.0004 (  0.4%)   0.0011 (  0.4%)   0.0011 (  0.4%)  load-all-members
   0.0009 (  0.5%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.3%)  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1909 (100.0%)   0.0998 (100.0%)   0.2907 (100.0%)   0.2918 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2441 seconds (1.3109 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8189 (100.0%)   0.4253 (100.0%)   1.2441 (100.0%)   1.3109 (100.0%)  Building Target
   0.8189 (100.0%)   0.4253 (100.0%)   1.2441 (100.0%)   1.3109 (100.0%)  Total
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

SwiftCompile normal arm64_32 Compiling\ Misc.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
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
         ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600153520943-swift-frontend-Mappable-Misc.swift-arm64_32_apple_watchos11.4-o-Onone-1763525768.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1539 seconds (0.1539 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0160 ( 16.3%)   0.0159 ( 28.4%)   0.0319 ( 20.7%)   0.0319 ( 20.7%)  parse-and-resolve-imports
   0.0150 ( 15.4%)   0.0143 ( 25.6%)   0.0293 ( 19.1%)   0.0293 ( 19.1%)  Import resolution
   0.0122 ( 12.4%)   0.0045 (  8.0%)   0.0166 ( 10.8%)   0.0166 ( 10.8%)  perform-sema
   0.0121 ( 12.4%)   0.0044 (  8.0%)   0.0166 ( 10.8%)   0.0166 ( 10.8%)  Type checking and Semantic analysis
   0.0094 (  9.6%)   0.0029 (  5.3%)   0.0123 (  8.0%)   0.0123 (  8.0%)  typecheck-stmt
   0.0090 (  9.2%)   0.0029 (  5.2%)   0.0119 (  7.8%)   0.0119 (  7.7%)  typecheck-expr
   0.0064 (  6.5%)   0.0022 (  3.9%)   0.0086 (  5.6%)   0.0086 (  5.6%)  precheck-target
   0.0031 (  3.2%)   0.0034 (  6.0%)   0.0065 (  4.2%)   0.0065 (  4.2%)  IRGen
   0.0049 (  5.0%)   0.0012 (  2.1%)   0.0061 (  3.9%)   0.0061 (  3.9%)  build-rewrite-system
   0.0027 (  2.8%)   0.0013 (  2.3%)   0.0040 (  2.6%)   0.0040 (  2.6%)  typecheck-decl
   0.0030 (  3.1%)   0.0001 (  0.1%)   0.0031 (  2.0%)   0.0031 (  2.0%)  SIL optimization
   0.0009 (  1.0%)   0.0015 (  2.6%)   0.0024 (  1.6%)   0.0024 (  1.6%)  load-stdlib
   0.0007 (  0.7%)   0.0010 (  1.8%)   0.0017 (  1.1%)   0.0017 (  1.1%)  import-clang-decl
   0.0014 (  1.4%)   0.0002 (  0.4%)   0.0016 (  1.1%)   0.0016 (  1.1%)  SILGen
   0.0010 (  1.0%)   0.0002 (  0.4%)   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, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0980 (100.0%)   0.0559 (100.0%)   0.1539 (100.0%)   0.1539 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0847 seconds (0.0859 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0541 (100.0%)   0.0306 (100.0%)   0.0847 (100.0%)   0.0859 (100.0%)  Building Target
   0.0541 (100.0%)   0.0306 (100.0%)   0.0847 (100.0%)   0.0859 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64_32 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600153557796-swift-frontend-Mappable-JSON.swift-arm64_32_apple_watchos11.4-o-Onone-4159776735.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2391 seconds (0.2391 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0160 (  9.5%)   0.0169 ( 23.5%)   0.0329 ( 13.7%)   0.0329 ( 13.7%)  parse-and-resolve-imports
   0.0152 (  9.1%)   0.0163 ( 22.7%)   0.0315 ( 13.2%)   0.0315 ( 13.2%)  Import resolution
   0.0243 ( 14.5%)   0.0067 (  9.4%)   0.0310 ( 13.0%)   0.0310 ( 13.0%)  perform-sema
   0.0242 ( 14.5%)   0.0067 (  9.4%)   0.0309 ( 12.9%)   0.0309 ( 12.9%)  Type checking and Semantic analysis
   0.0204 ( 12.2%)   0.0058 (  8.1%)   0.0262 ( 11.0%)   0.0262 ( 11.0%)  typecheck-expr
   0.0193 ( 11.6%)   0.0046 (  6.4%)   0.0239 ( 10.0%)   0.0239 ( 10.0%)  typecheck-stmt
   0.0126 (  7.6%)   0.0036 (  5.1%)   0.0163 (  6.8%)   0.0163 (  6.8%)  typecheck-decl
   0.0095 (  5.7%)   0.0019 (  2.6%)   0.0114 (  4.7%)   0.0114 (  4.8%)  SILGen
   0.0066 (  4.0%)   0.0019 (  2.6%)   0.0085 (  3.6%)   0.0085 (  3.6%)  build-rewrite-system
   0.0059 (  3.5%)   0.0024 (  3.4%)   0.0083 (  3.5%)   0.0083 (  3.5%)  IRGen
   0.0050 (  3.0%)   0.0001 (  0.2%)   0.0052 (  2.2%)   0.0052 (  2.2%)  SIL optimization
   0.0038 (  2.3%)   0.0008 (  1.0%)   0.0046 (  1.9%)   0.0046 (  1.9%)  SILGen-function
   0.0020 (  1.2%)   0.0022 (  3.0%)   0.0042 (  1.7%)   0.0042 (  1.7%)  import-clang-decl
   0.0009 (  0.5%)   0.0014 (  1.9%)   0.0023 (  1.0%)   0.0023 (  1.0%)  load-stdlib
   0.0014 (  0.8%)   0.0004 (  0.6%)   0.0018 (  0.7%)   0.0018 (  0.7%)  precheck-target
   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%)  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%)  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.1672 (100.0%)   0.0719 (100.0%)   0.2391 (100.0%)   0.2391 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1305 seconds (0.1312 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0947 (100.0%)   0.0358 (100.0%)   0.1305 (100.0%)   0.1312 (100.0%)  Building Target
   0.0947 (100.0%)   0.0358 (100.0%)   0.1305 (100.0%)   0.1312 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling Misc.swift (in target 'Mappable' from project 'Mappable')
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-1745600153562090-swift-frontend-Mappable-Mappable_Enum.swift-arm64_apple_watchos11.4-o-Onone-1303086103.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0892 seconds (0.0892 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0161 ( 33.3%)   0.0164 ( 40.0%)   0.0325 ( 36.4%)   0.0325 ( 36.4%)  parse-and-resolve-imports
   0.0152 ( 31.5%)   0.0158 ( 38.6%)   0.0310 ( 34.8%)   0.0310 ( 34.8%)  Import resolution
   0.0020 (  4.2%)   0.0031 (  7.5%)   0.0051 (  5.7%)   0.0051 (  5.7%)  IRGen
   0.0025 (  5.2%)   0.0008 (  2.0%)   0.0033 (  3.7%)   0.0033 (  3.7%)  perform-sema
   0.0025 (  5.1%)   0.0008 (  2.0%)   0.0033 (  3.7%)   0.0033 (  3.7%)  Type checking and Semantic analysis
   0.0026 (  5.3%)   0.0000 (  0.0%)   0.0026 (  2.9%)   0.0026 (  2.9%)  SIL optimization
   0.0009 (  1.9%)   0.0015 (  3.6%)   0.0024 (  2.6%)   0.0024 (  2.6%)  load-stdlib
   0.0014 (  3.0%)   0.0005 (  1.3%)   0.0020 (  2.2%)   0.0020 (  2.2%)  typecheck-decl
   0.0013 (  2.6%)   0.0004 (  1.0%)   0.0017 (  1.9%)   0.0017 (  1.9%)  typecheck-stmt
   0.0012 (  2.5%)   0.0004 (  1.0%)   0.0016 (  1.8%)   0.0016 (  1.8%)  typecheck-expr
   0.0011 (  2.2%)   0.0004 (  1.1%)   0.0015 (  1.7%)   0.0015 (  1.7%)  SILGen
   0.0010 (  2.0%)   0.0004 (  1.0%)   0.0014 (  1.6%)   0.0014 (  1.6%)  SILGen-function
   0.0002 (  0.3%)   0.0003 (  0.6%)   0.0004 (  0.5%)   0.0004 (  0.5%)  import-clang-decl
   0.0002 (  0.4%)   0.0001 (  0.2%)   0.0003 (  0.3%)   0.0003 (  0.3%)  build-rewrite-system
   0.0002 (  0.4%)   0.0000 (  0.0%)   0.0002 (  0.2%)   0.0002 (  0.2%)  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%)  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.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.0483 (100.0%)   0.0409 (100.0%)   0.0892 (100.0%)   0.0892 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0578 seconds (0.0578 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0318 (100.0%)   0.0260 (100.0%)   0.0578 (100.0%)   0.0578 (100.0%)  Building Target
   0.0318 (100.0%)   0.0260 (100.0%)   0.0578 (100.0%)   0.0578 (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

SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mappable' from project 'Mappable')
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-1745600153584442-swift-frontend-Mappable-Mapper.swift-arm64_apple_watchos11.4-o-Onone-3902271947.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1328 seconds (0.1328 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0167 ( 19.8%)   0.0166 ( 34.2%)   0.0333 ( 25.1%)   0.0333 ( 25.1%)  parse-and-resolve-imports
   0.0159 ( 18.8%)   0.0159 ( 32.8%)   0.0318 ( 23.9%)   0.0318 ( 23.9%)  Import resolution
   0.0111 ( 13.2%)   0.0032 (  6.5%)   0.0143 ( 10.8%)   0.0143 ( 10.8%)  perform-sema
   0.0111 ( 13.1%)   0.0032 (  6.5%)   0.0142 ( 10.7%)   0.0142 ( 10.7%)  Type checking and Semantic analysis
   0.0080 (  9.5%)   0.0017 (  3.5%)   0.0097 (  7.3%)   0.0097 (  7.3%)  typecheck-stmt
   0.0031 (  3.6%)   0.0021 (  4.4%)   0.0052 (  3.9%)   0.0052 (  3.9%)  IRGen
   0.0029 (  3.4%)   0.0014 (  2.9%)   0.0043 (  3.3%)   0.0043 (  3.3%)  typecheck-decl
   0.0033 (  4.0%)   0.0009 (  1.8%)   0.0042 (  3.2%)   0.0042 (  3.2%)  build-rewrite-system
   0.0040 (  4.7%)   0.0000 (  0.1%)   0.0040 (  3.0%)   0.0040 (  3.0%)  SIL optimization
   0.0029 (  3.5%)   0.0006 (  1.3%)   0.0035 (  2.7%)   0.0035 (  2.7%)  typecheck-expr
   0.0009 (  1.1%)   0.0016 (  3.4%)   0.0026 (  1.9%)   0.0026 (  1.9%)  load-stdlib
   0.0019 (  2.3%)   0.0003 (  0.5%)   0.0022 (  1.6%)   0.0022 (  1.6%)  SILGen
   0.0013 (  1.5%)   0.0002 (  0.4%)   0.0015 (  1.1%)   0.0015 (  1.1%)  SILGen-function
   0.0005 (  0.6%)   0.0008 (  1.6%)   0.0013 (  1.0%)   0.0013 (  1.0%)  import-clang-decl
   0.0007 (  0.8%)   0.0000 (  0.1%)   0.0008 (  0.6%)   0.0007 (  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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0843 (100.0%)   0.0485 (100.0%)   0.1328 (100.0%)   0.1328 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0846 seconds (0.0846 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0571 (100.0%)   0.0275 (100.0%)   0.0846 (100.0%)   0.0846 (100.0%)  Building Target
   0.0571 (100.0%)   0.0275 (100.0%)   0.0846 (100.0%)   0.0846 (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

SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Mapper.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64_32 Compiling Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+ContainerType.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_32 Compiling Misc.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.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 JSON.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:55:53.897 appintentsmetadataprocessor[713:4052] Starting appintentsmetadataprocessor export
2025-04-25 09:55:53.900 appintentsmetadataprocessor[713:4052] 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.