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 macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 16:56:30 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build 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:         macosXcodebuild
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Mappable-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target '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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 15d2d1599fe55d2b5303ca458adf5644
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/15d2d1599fe55d2b5303ca458adf5644.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/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
    cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Modules Versions/Current/Modules (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Resources Versions/Current/Resources (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/Current A (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Mappable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Mappable.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Mappable Versions/Current/Mappable (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Mappable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Mappable
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Headers Versions/Current/Headers (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/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/Mappable.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources (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/Mappable.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A (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/Mappable.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions (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/Mappable.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Mappable.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/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/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/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600184166456-swift-frontend-Mappable-Mapper.swift-arm64_apple_macos10.10-o-Onone-2344903216.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3180 seconds (5.4092 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0252 ( 12.8%)   0.0294 ( 24.2%)   0.0546 ( 17.2%)   2.5600 ( 47.3%)  parse-and-resolve-imports
   0.0239 ( 12.2%)   0.0284 ( 23.4%)   0.0524 ( 16.5%)   2.5577 ( 47.3%)  Import resolution
   0.0773 ( 39.4%)   0.0261 ( 21.5%)   0.1034 ( 32.5%)   0.1033 (  1.9%)  build-rewrite-system
   0.0015 (  0.8%)   0.0084 (  6.9%)   0.0099 (  3.1%)   0.0904 (  1.7%)  load-stdlib
   0.0118 (  6.0%)   0.0101 (  8.3%)   0.0219 (  6.9%)   0.0221 (  0.4%)  import-clang-decl
   0.0134 (  6.8%)   0.0048 (  4.0%)   0.0182 (  5.7%)   0.0182 (  0.3%)  perform-sema
   0.0133 (  6.8%)   0.0048 (  4.0%)   0.0181 (  5.7%)   0.0181 (  0.3%)  Type checking and Semantic analysis
   0.0088 (  4.5%)   0.0021 (  1.7%)   0.0109 (  3.4%)   0.0109 (  0.2%)  typecheck-stmt
   0.0043 (  2.2%)   0.0027 (  2.2%)   0.0069 (  2.2%)   0.0069 (  0.1%)  typecheck-decl
   0.0035 (  1.8%)   0.0027 (  2.2%)   0.0061 (  1.9%)   0.0061 (  0.1%)  IRGen
   0.0039 (  2.0%)   0.0009 (  0.7%)   0.0048 (  1.5%)   0.0048 (  0.1%)  typecheck-expr
   0.0041 (  2.1%)   0.0000 (  0.0%)   0.0041 (  1.3%)   0.0041 (  0.1%)  SIL optimization
   0.0021 (  1.1%)   0.0003 (  0.3%)   0.0024 (  0.8%)   0.0024 (  0.0%)  SILGen
   0.0014 (  0.7%)   0.0002 (  0.2%)   0.0016 (  0.5%)   0.0016 (  0.0%)  SILGen-function
   0.0010 (  0.5%)   0.0004 (  0.3%)   0.0014 (  0.4%)   0.0014 (  0.0%)  load-all-members
   0.0009 (  0.5%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1964 (100.0%)   0.1215 (100.0%)   0.3180 (100.0%)   5.4092 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0200 seconds (4.7032 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1205 (100.0%)   0.8995 (100.0%)   2.0200 (100.0%)   4.7032 (100.0%)  Building Target
   1.1205 (100.0%)   0.8995 (100.0%)   2.0200 (100.0%)   4.7032 (100.0%)  Total
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-1745600184166522-swift-frontend-Mappable-Mappable_Enum.swift-arm64_apple_macos10.10-o-Onone-2159269869.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2705 seconds (5.5365 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0245 ( 15.3%)   0.0283 ( 25.7%)   0.0527 ( 19.5%)   2.6477 ( 47.8%)  parse-and-resolve-imports
   0.0234 ( 14.6%)   0.0275 ( 24.9%)   0.0509 ( 18.8%)   2.6459 ( 47.8%)  Import resolution
   0.0784 ( 48.9%)   0.0284 ( 25.7%)   0.1067 ( 39.5%)   0.1067 (  1.9%)  build-rewrite-system
   0.0015 (  0.9%)   0.0073 (  6.6%)   0.0088 (  3.3%)   0.0849 (  1.5%)  load-stdlib
   0.0121 (  7.5%)   0.0105 (  9.6%)   0.0226 (  8.4%)   0.0226 (  0.4%)  import-clang-decl
   0.0027 (  1.7%)   0.0032 (  2.9%)   0.0059 (  2.2%)   0.0059 (  0.1%)  IRGen
   0.0031 (  2.0%)   0.0010 (  0.9%)   0.0041 (  1.5%)   0.0041 (  0.1%)  perform-sema
   0.0031 (  1.9%)   0.0010 (  0.9%)   0.0041 (  1.5%)   0.0041 (  0.1%)  Type checking and Semantic analysis
   0.0027 (  1.7%)   0.0000 (  0.0%)   0.0027 (  1.0%)   0.0027 (  0.0%)  SIL optimization
   0.0019 (  1.2%)   0.0006 (  0.5%)   0.0024 (  0.9%)   0.0024 (  0.0%)  typecheck-stmt
   0.0018 (  1.1%)   0.0005 (  0.5%)   0.0023 (  0.8%)   0.0023 (  0.0%)  typecheck-expr
   0.0015 (  1.0%)   0.0006 (  0.6%)   0.0022 (  0.8%)   0.0022 (  0.0%)  typecheck-decl
   0.0013 (  0.8%)   0.0005 (  0.4%)   0.0018 (  0.7%)   0.0018 (  0.0%)  SILGen
   0.0012 (  0.8%)   0.0005 (  0.4%)   0.0017 (  0.6%)   0.0017 (  0.0%)  SILGen-function
   0.0007 (  0.5%)   0.0004 (  0.4%)   0.0012 (  0.4%)   0.0012 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1603 (100.0%)   0.1102 (100.0%)   0.2705 (100.0%)   5.5365 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9392 seconds (4.7021 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0835 (100.0%)   0.8557 (100.0%)   1.9392 (100.0%)   4.7021 (100.0%)  Building Target
   1.0835 (100.0%)   0.8557 (100.0%)   1.9392 (100.0%)   4.7021 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 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-1745600184165970-swift-frontend-Mappable-Mappable_ContainerType.swift-arm64_apple_macos10.10-o-Onone-2130944406.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3196 seconds (5.2954 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 ( 12.0%)   0.0276 ( 23.5%)   0.0518 ( 16.2%)   2.5020 ( 47.2%)  parse-and-resolve-imports
   0.0232 ( 11.5%)   0.0268 ( 22.7%)   0.0500 ( 15.6%)   2.5001 ( 47.2%)  Import resolution
   0.0780 ( 38.6%)   0.0262 ( 22.2%)   0.1042 ( 32.6%)   0.1041 (  2.0%)  build-rewrite-system
   0.0016 (  0.8%)   0.0096 (  8.1%)   0.0111 (  3.5%)   0.0868 (  1.6%)  load-stdlib
   0.0114 (  5.7%)   0.0096 (  8.2%)   0.0211 (  6.6%)   0.0210 (  0.4%)  import-clang-decl
   0.0135 (  6.7%)   0.0038 (  3.2%)   0.0173 (  5.4%)   0.0173 (  0.3%)  perform-sema
   0.0134 (  6.6%)   0.0038 (  3.2%)   0.0172 (  5.4%)   0.0172 (  0.3%)  Type checking and Semantic analysis
   0.0090 (  4.5%)   0.0027 (  2.3%)   0.0117 (  3.7%)   0.0117 (  0.2%)  typecheck-decl
   0.0046 (  2.3%)   0.0034 (  2.9%)   0.0080 (  2.5%)   0.0080 (  0.2%)  IRGen
   0.0053 (  2.6%)   0.0013 (  1.1%)   0.0066 (  2.0%)   0.0066 (  0.1%)  typecheck-stmt
   0.0050 (  2.5%)   0.0012 (  1.0%)   0.0062 (  1.9%)   0.0062 (  0.1%)  typecheck-expr
   0.0047 (  2.3%)   0.0001 (  0.0%)   0.0048 (  1.5%)   0.0048 (  0.1%)  SIL optimization
   0.0038 (  1.9%)   0.0008 (  0.7%)   0.0046 (  1.4%)   0.0046 (  0.1%)  SILGen
   0.0029 (  1.5%)   0.0007 (  0.6%)   0.0036 (  1.1%)   0.0036 (  0.1%)  SILGen-function
   0.0008 (  0.4%)   0.0002 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0000 (  0.0%)   0.0005 (  0.2%)   0.0005 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2018 (100.0%)   0.1177 (100.0%)   0.3196 (100.0%)   5.2954 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0778 seconds (4.7035 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1571 (100.0%)   0.9207 (100.0%)   2.0778 (100.0%)   4.7035 (100.0%)  Building Target
   1.1571 (100.0%)   0.9207 (100.0%)   2.0778 (100.0%)   4.7035 (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-1745600184166629-swift-frontend-Mappable-JSON.swift-arm64_apple_macos10.10-o-Onone-1560805105.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.7812 seconds (5.2964 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6941 ( 46.8%)   0.5289 ( 45.6%)   2.2230 ( 46.5%)   2.4713 ( 46.7%)  parse-and-resolve-imports
   1.6932 ( 46.8%)   0.5287 ( 45.6%)   2.2218 ( 46.5%)   2.4702 ( 46.6%)  Import resolution
   0.0804 (  2.2%)   0.0165 (  1.4%)   0.0968 (  2.0%)   0.0968 (  1.8%)  build-rewrite-system
   0.0116 (  0.3%)   0.0362 (  3.1%)   0.0478 (  1.0%)   0.0662 (  1.3%)  load-stdlib
   0.0241 (  0.7%)   0.0080 (  0.7%)   0.0321 (  0.7%)   0.0321 (  0.6%)  perform-sema
   0.0240 (  0.7%)   0.0080 (  0.7%)   0.0320 (  0.7%)   0.0320 (  0.6%)  Type checking and Semantic analysis
   0.0201 (  0.6%)   0.0047 (  0.4%)   0.0248 (  0.5%)   0.0248 (  0.5%)  typecheck-expr
   0.0127 (  0.3%)   0.0104 (  0.9%)   0.0231 (  0.5%)   0.0231 (  0.4%)  import-clang-decl
   0.0185 (  0.5%)   0.0039 (  0.3%)   0.0223 (  0.5%)   0.0223 (  0.4%)  typecheck-stmt
   0.0127 (  0.4%)   0.0047 (  0.4%)   0.0174 (  0.4%)   0.0174 (  0.3%)  typecheck-decl
   0.0073 (  0.2%)   0.0068 (  0.6%)   0.0141 (  0.3%)   0.0142 (  0.3%)  IRGen
   0.0100 (  0.3%)   0.0022 (  0.2%)   0.0122 (  0.3%)   0.0122 (  0.2%)  SILGen
   0.0058 (  0.2%)   0.0004 (  0.0%)   0.0062 (  0.1%)   0.0062 (  0.1%)  SIL optimization
   0.0041 (  0.1%)   0.0004 (  0.0%)   0.0045 (  0.1%)   0.0045 (  0.1%)  SILGen-function
   0.0014 (  0.0%)   0.0004 (  0.0%)   0.0018 (  0.0%)   0.0018 (  0.0%)  precheck-target
   0.0008 (  0.0%)   0.0002 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   3.6207 (100.0%)   1.1605 (100.0%)   4.7812 (100.0%)   5.2964 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.3310 seconds (4.7027 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.8643 (100.0%)   1.4667 (100.0%)   4.3310 (100.0%)   4.7027 (100.0%)  Building Target
   2.8643 (100.0%)   1.4667 (100.0%)   4.3310 (100.0%)   4.7027 (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.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-1745600184166060-swift-frontend-Mappable-Mappable.swift-arm64_apple_macos10.10-o-Onone-4135717417.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3272 seconds (5.2428 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0248 ( 12.3%)   0.0290 ( 23.0%)   0.0538 ( 16.4%)   2.4737 ( 47.2%)  parse-and-resolve-imports
   0.0240 ( 11.9%)   0.0283 ( 22.5%)   0.0523 ( 16.0%)   2.4722 ( 47.2%)  Import resolution
   0.0789 ( 39.2%)   0.0264 ( 20.9%)   0.1052 ( 32.2%)   0.1051 (  2.0%)  build-rewrite-system
   0.0016 (  0.8%)   0.0094 (  7.4%)   0.0109 (  3.3%)   0.0867 (  1.7%)  load-stdlib
   0.0118 (  5.8%)   0.0102 (  8.0%)   0.0219 (  6.7%)   0.0219 (  0.4%)  import-clang-decl
   0.0100 (  5.0%)   0.0042 (  3.3%)   0.0142 (  4.3%)   0.0142 (  0.3%)  perform-sema
   0.0100 (  5.0%)   0.0041 (  3.3%)   0.0141 (  4.3%)   0.0142 (  0.3%)  Type checking and Semantic analysis
   0.0077 (  3.8%)   0.0029 (  2.3%)   0.0106 (  3.2%)   0.0106 (  0.2%)  typecheck-stmt
   0.0076 (  3.8%)   0.0029 (  2.3%)   0.0105 (  3.2%)   0.0105 (  0.2%)  typecheck-expr
   0.0063 (  3.1%)   0.0016 (  1.2%)   0.0079 (  2.4%)   0.0079 (  0.2%)  SILGen
   0.0055 (  2.7%)   0.0014 (  1.1%)   0.0069 (  2.1%)   0.0069 (  0.1%)  SILGen-function
   0.0033 (  1.6%)   0.0033 (  2.6%)   0.0066 (  2.0%)   0.0066 (  0.1%)  IRGen
   0.0037 (  1.8%)   0.0016 (  1.3%)   0.0053 (  1.6%)   0.0053 (  0.1%)  typecheck-decl
   0.0035 (  1.8%)   0.0003 (  0.2%)   0.0038 (  1.2%)   0.0039 (  0.1%)  SIL optimization
   0.0017 (  0.9%)   0.0004 (  0.3%)   0.0022 (  0.7%)   0.0022 (  0.0%)  precheck-target
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2010 (100.0%)   0.1262 (100.0%)   0.3272 (100.0%)   5.2428 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0957 seconds (4.7033 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1439 (100.0%)   0.9518 (100.0%)   2.0957 (100.0%)   4.7033 (100.0%)  Building Target
   1.1439 (100.0%)   0.9518 (100.0%)   2.0957 (100.0%)   4.7033 (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-1745600184166769-swift-frontend-Mappable-all-arm64_apple_macos10.10-swiftmodule-Onone-738537061.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2524 seconds (5.2318 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 ( 16.3%)   0.0238 ( 23.6%)   0.0485 ( 19.2%)   2.4930 ( 47.6%)  parse-and-resolve-imports
   0.0237 ( 15.7%)   0.0230 ( 22.7%)   0.0467 ( 18.5%)   2.4911 ( 47.6%)  Import resolution
   0.0015 (  1.0%)   0.0060 (  5.9%)   0.0075 (  3.0%)   0.0966 (  1.8%)  load-stdlib
   0.0222 ( 14.6%)   0.0079 (  7.8%)   0.0301 ( 11.9%)   0.0302 (  0.6%)  perform-sema
   0.0221 ( 14.6%)   0.0079 (  7.8%)   0.0300 ( 11.9%)   0.0300 (  0.6%)  Type checking and Semantic analysis
   0.0219 ( 14.5%)   0.0077 (  7.6%)   0.0296 ( 11.7%)   0.0296 (  0.6%)  typecheck-decl
   0.0074 (  4.9%)   0.0075 (  7.4%)   0.0149 (  5.9%)   0.0155 (  0.3%)  SIL optimization
   0.0087 (  5.8%)   0.0025 (  2.4%)   0.0112 (  4.4%)   0.0113 (  0.2%)  SILGen
   0.0063 (  4.2%)   0.0039 (  3.9%)   0.0102 (  4.1%)   0.0102 (  0.2%)  typecheck-expr
   0.0016 (  1.0%)   0.0041 (  4.1%)   0.0057 (  2.3%)   0.0063 (  0.1%)  Serialization, swiftmodule
   0.0028 (  1.8%)   0.0033 (  3.2%)   0.0060 (  2.4%)   0.0060 (  0.1%)  import-clang-decl
   0.0039 (  2.6%)   0.0011 (  1.1%)   0.0050 (  2.0%)   0.0050 (  0.1%)  build-rewrite-system
   0.0031 (  2.1%)   0.0009 (  0.9%)   0.0041 (  1.6%)   0.0041 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0011 (  1.1%)   0.0014 (  0.5%)   0.0014 (  0.0%)  Serialization, swiftdoc
   0.0005 (  0.3%)   0.0003 (  0.3%)   0.0008 (  0.3%)   0.0008 (  0.0%)  precheck-target
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  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, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1513 (100.0%)   0.1011 (100.0%)   0.2524 (100.0%)   5.2318 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1365 seconds (2.6718 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0708 (100.0%)   0.0657 (100.0%)   0.1365 (100.0%)   2.6718 (100.0%)  Building Target
   0.0708 (100.0%)   0.0657 (100.0%)   0.1365 (100.0%)   2.6718 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case cannotCast(Any?, String) // value, toType
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case JSONStructureNotMatchDesired(Any?, String) // value, pattern
         ^
SwiftCompile normal arm64 Compiling\ 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-1745600184166829-swift-frontend-Mappable-Misc.swift-arm64_apple_macos10.10-o-Onone-1256784494.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3308 seconds (5.2310 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 ( 11.8%)   0.0281 ( 21.7%)   0.0520 ( 15.7%)   2.4632 ( 47.1%)  parse-and-resolve-imports
   0.0228 ( 11.3%)   0.0273 ( 21.1%)   0.0501 ( 15.1%)   2.4612 ( 47.1%)  Import resolution
   0.0795 ( 39.4%)   0.0267 ( 20.7%)   0.1063 ( 32.1%)   0.1062 (  2.0%)  build-rewrite-system
   0.0014 (  0.7%)   0.0086 (  6.6%)   0.0100 (  3.0%)   0.0855 (  1.6%)  load-stdlib
   0.0116 (  5.8%)   0.0104 (  8.0%)   0.0220 (  6.7%)   0.0220 (  0.4%)  import-clang-decl
   0.0120 (  5.9%)   0.0049 (  3.8%)   0.0168 (  5.1%)   0.0175 (  0.3%)  perform-sema
   0.0119 (  5.9%)   0.0049 (  3.8%)   0.0168 (  5.1%)   0.0175 (  0.3%)  Type checking and Semantic analysis
   0.0097 (  4.8%)   0.0034 (  2.6%)   0.0131 (  4.0%)   0.0131 (  0.3%)  typecheck-stmt
   0.0094 (  4.6%)   0.0033 (  2.6%)   0.0127 (  3.8%)   0.0127 (  0.2%)  typecheck-expr
   0.0068 (  3.4%)   0.0026 (  2.0%)   0.0094 (  2.8%)   0.0094 (  0.2%)  precheck-target
   0.0041 (  2.0%)   0.0046 (  3.6%)   0.0087 (  2.6%)   0.0090 (  0.2%)  IRGen
   0.0022 (  1.1%)   0.0015 (  1.1%)   0.0037 (  1.1%)   0.0044 (  0.1%)  typecheck-decl
   0.0031 (  1.5%)   0.0004 (  0.3%)   0.0034 (  1.0%)   0.0034 (  0.1%)  SIL optimization
   0.0014 (  0.7%)   0.0012 (  0.9%)   0.0026 (  0.8%)   0.0026 (  0.1%)  SILGen
   0.0010 (  0.5%)   0.0011 (  0.8%)   0.0021 (  0.6%)   0.0021 (  0.0%)  SILGen-function
   0.0008 (  0.4%)   0.0003 (  0.3%)   0.0011 (  0.3%)   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2016 (100.0%)   0.1292 (100.0%)   0.3308 (100.0%)   5.2310 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1038 seconds (4.7023 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1635 (100.0%)   0.9404 (100.0%)   2.1038 (100.0%)   4.7023 (100.0%)  Building Target
   1.1635 (100.0%)   0.9404 (100.0%)   2.1038 (100.0%)   4.7023 (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
         ^
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-1745600184167250-swift-frontend-Mappable-Mappable_BasicType.swift-arm64_apple_macos10.10-o-Onone-2081140431.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4618 seconds (5.8075 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 (  7.7%)   0.0287 ( 19.2%)   0.0527 ( 11.4%)   2.6864 ( 46.3%)  parse-and-resolve-imports
   0.0230 (  7.4%)   0.0279 ( 18.7%)   0.0509 ( 11.0%)   2.6846 ( 46.2%)  Import resolution
   0.0015 (  0.5%)   0.0086 (  5.7%)   0.0100 (  2.2%)   0.0884 (  1.5%)  load-stdlib
   0.0551 ( 17.6%)   0.0181 ( 12.1%)   0.0732 ( 15.9%)   0.0732 (  1.3%)  build-rewrite-system
   0.0429 ( 13.7%)   0.0124 (  8.3%)   0.0554 ( 12.0%)   0.0554 (  1.0%)  perform-sema
   0.0429 ( 13.7%)   0.0124 (  8.3%)   0.0553 ( 12.0%)   0.0553 (  1.0%)  Type checking and Semantic analysis
   0.0263 (  8.4%)   0.0063 (  4.2%)   0.0326 (  7.1%)   0.0326 (  0.6%)  typecheck-expr
   0.0246 (  7.9%)   0.0055 (  3.7%)   0.0301 (  6.5%)   0.0301 (  0.5%)  typecheck-stmt
   0.0184 (  5.9%)   0.0070 (  4.7%)   0.0254 (  5.5%)   0.0254 (  0.4%)  typecheck-decl
   0.0136 (  4.3%)   0.0116 (  7.8%)   0.0252 (  5.5%)   0.0252 (  0.4%)  import-clang-decl
   0.0080 (  2.6%)   0.0045 (  3.0%)   0.0125 (  2.7%)   0.0125 (  0.2%)  IRGen
   0.0085 (  2.7%)   0.0030 (  2.0%)   0.0114 (  2.5%)   0.0114 (  0.2%)  SILGen
   0.0096 (  3.1%)   0.0004 (  0.2%)   0.0099 (  2.1%)   0.0099 (  0.2%)  SIL optimization
   0.0067 (  2.1%)   0.0015 (  1.0%)   0.0082 (  1.8%)   0.0082 (  0.1%)  SILGen-function
   0.0049 (  1.6%)   0.0009 (  0.6%)   0.0058 (  1.3%)   0.0058 (  0.1%)  precheck-target
   0.0015 (  0.5%)   0.0002 (  0.2%)   0.0017 (  0.4%)   0.0017 (  0.0%)  typecheck-expr-pattern
   0.0010 (  0.3%)   0.0002 (  0.2%)   0.0012 (  0.3%)   0.0012 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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.3126 (100.0%)   0.1492 (100.0%)   0.4618 (100.0%)   5.8075 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9535 seconds (4.7578 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0104 (100.0%)   0.9431 (100.0%)   1.9535 (100.0%)   4.7578 (100.0%)  Building Target
   1.0104 (100.0%)   0.9431 (100.0%)   1.9535 (100.0%)   4.7578 (100.0%)  Total
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/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/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/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Headers/Mappable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/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/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Headers/Mappable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Mappable.build/Objects-normal/arm64/Mappable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 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')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+BasicType.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/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/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/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/Products/Debug/Mappable.framework/Versions/A/Mappable normal (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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList -install_name @rpath/Mappable.framework/Versions/A/Mappable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier Mappable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Mappable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 09:56:29.271 appintentsmetadataprocessor[706:3936] Starting appintentsmetadataprocessor export
2025-04-25 09:56:29.273 appintentsmetadataprocessor[706:3936] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Mappable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Mappable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Mappable.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Mappable.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd (in target 'Mappable' from project 'Mappable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Mappable.tbd
/Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'Mappable' from project 'Mappable')
** 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.