The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Leash, reference 3.2.0 (1fcd9e), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 11 Apr 2026 19:00:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LucianoPolit/Leash.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LucianoPolit/Leash
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 1fcd9e5 New release
Cloned https://github.com/LucianoPolit/Leash.git
Revision (git rev-parse @):
1fcd9e5c424722cd0d86ff7c3d1761eacc7607ed
SUCCESS checkout https://github.com/LucianoPolit/Leash.git at 3.2.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/LucianoPolit/Leash.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs"
    }
  ],
  "manifest_display_name" : "Leash",
  "name" : "Leash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Leash",
      "targets" : [
        "Leash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LeashInterceptors",
      "targets" : [
        "LeashInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxLeash",
      "targets" : [
        "RxLeash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxLeash",
      "module_type" : "SwiftTarget",
      "name" : "RxLeash",
      "path" : "Source/RxSwift",
      "product_dependencies" : [
        "RxSwift"
      ],
      "product_memberships" : [
        "RxLeash"
      ],
      "sources" : [
        "Rx+Alamofire+Leash.swift",
        "Rx+Client.swift",
        "Rx+Response.swift"
      ],
      "target_dependencies" : [
        "Leash"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LeashTests",
      "module_type" : "SwiftTarget",
      "name" : "LeashTests",
      "path" : "Tests",
      "product_dependencies" : [
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "Alamofire+Leash+Tests.swift",
        "ClientTests.swift",
        "InterceptorChainTests.swift",
        "Interceptors/BodyValidatorTests.swift",
        "Interceptors/CacheControllerTests.swift",
        "Interceptors/LoggerInterceptorTests.swift",
        "InterceptorsExecutorTests.swift",
        "ManagerTests.swift",
        "Mocks/MockCompletionInterceptor.swift",
        "Mocks/MockExecutionInterceptor.swift",
        "Mocks/MockFailureInterceptor.swift",
        "Mocks/MockSerializationInterceptor.swift",
        "Mocks/MockSuccessInterceptor.swift",
        "ResponseTests.swift",
        "RxSwift/Rx+Alamofire+Leash+Tests.swift",
        "RxSwift/Rx+Client+Tests.swift",
        "RxSwift/Rx+Response+Tests.swift",
        "Utils/Authenticator.swift",
        "Utils/BaseTestCase.swift",
        "Utils/Endpoint.swift",
        "Utils/Entity.swift"
      ],
      "target_dependencies" : [
        "Leash",
        "LeashInterceptors",
        "RxLeash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LeashInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "LeashInterceptors",
      "path" : "Source/Interceptors",
      "product_memberships" : [
        "LeashInterceptors"
      ],
      "sources" : [
        "BodyValidator.swift",
        "CacheInterceptor.swift",
        "CachePolicy.swift",
        "LoggerInterceptor.swift"
      ],
      "target_dependencies" : [
        "Leash"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Leash",
      "module_type" : "SwiftTarget",
      "name" : "Leash",
      "path" : "Source/Core",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "Leash",
        "LeashInterceptors",
        "RxLeash"
      ],
      "sources" : [
        "Alamofire+Leash.swift",
        "Authenticator.swift",
        "Client.swift",
        "Endpoint.swift",
        "Error.swift",
        "Interceptors/CompletionInterceptor.swift",
        "Interceptors/ExecutionInterceptor.swift",
        "Interceptors/FailureInterceptor.swift",
        "Interceptors/Interceptor.swift",
        "Interceptors/InterceptorChain.swift",
        "Interceptors/InterceptorsExecutor.swift",
        "Interceptors/SerializationInterceptor.swift",
        "Interceptors/SuccessInterceptor.swift",
        "Manager.swift",
        "QueryEncodable.swift",
        "Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Leash",
    "schemes" : [
      "Leash"
    ],
    "targets" : [
      "Leash",
      "Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Leash -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 Leash -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Leash' in project 'Leash' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 75cc54e160a61e02c892a7808bbc62a9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/75cc54e160a61e02c892a7808bbc62a9.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/module.modulemap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module-overlay.yaml (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module.modulemap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.SwiftConstValuesFileList (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-OutputFileMap.json (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.SwiftFileList (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.LinkFileList (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
'-std=gnu11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=Leash' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/usr/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/SubFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash.DependencyStaticMetadataFileList (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash.hmap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash.DependencyMetadataFileList (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-target-headers.hmap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/Leash_vers.c (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/Leash_vers.c
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Headers/Leash.h /Users/admin/builder/spi-builder-workspace/Source/Leash.h (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Source/Leash.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/module.modulemap (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/Current A (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Resources Versions/Current/Resources (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Modules Versions/Current/Modules (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Leash Versions/Current/Leash (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Leash /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Leash
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Headers Versions/Current/Headers (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Resources (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Headers (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Source/Info.plist (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Source/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Leash.framework/Versions/A/Resources/Info.plist
SwiftDriver Leash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Leash -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.SwiftFileList -DDEBUG -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-ios13.1-macabi -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-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/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.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/Leash.build/Debug-maccatalyst/Leash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Rx+Client.swift,\ Error.swift,\ CompletionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Error.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/CompletionInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Error.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/CompletionInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Rx+Response.swift,\ ExecutionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/ExecutionInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Response.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/ExecutionInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ InterceptorsExecutor.swift,\ Interceptor.swift,\ Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/Interceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Response.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/Interceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Response.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ FailureInterceptor.swift,\ CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/FailureInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CacheInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/FailureInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CacheInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SuccessInterceptor.swift,\ Manager.swift,\ Rx+Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Manager.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Manager.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ CachePolicy.swift,\ LoggerInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/LoggerInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CachePolicy.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/LoggerInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Endpoint.swift,\ Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Endpoint.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Leash (in target 'Leash' from project 'Leash')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Error.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/CompletionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/Interceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Manager.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/LoggerInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/ExecutionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/FailureInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/QueryEncodable.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Authenticator.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorChain.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/BodyValidator.swift -target arm64-apple-ios13.1-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/SubFrameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module-overlay.yaml -no-auto-bridging-header-chaining -module-name Leash -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.4 -target-sdk-name macosx26.4 -prebuilt-module-cache-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.4 -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.abi.json
EmitSwiftModule normal arm64 (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift:26:8: error: no such module 'RxSwift'
import RxSwift
       ^
SwiftCompile normal arm64 Compiling\ SerializationInterceptor.swift,\ BodyValidator.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/BodyValidator.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/BodyValidator.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QueryEncodable.swift,\ Authenticator.swift /Users/admin/builder/spi-builder-workspace/Source/Core/QueryEncodable.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Authenticator.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/QueryEncodable.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Authenticator.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ InterceptorChain.swift,\ Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorChain.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Client.swift (in target 'Leash' from project 'Leash')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:82457a3f0e77b3ccd7f065f1eaf3b0a426c4f7b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:82457a3f0e77b3ccd7f065f1eaf3b0a426c4f7b5, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Leash (in target 'Leash' from project 'Leash')
	EmitSwiftModule normal arm64 (in target 'Leash' from project 'Leash')
	Building project Leash with scheme Leash
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs"
    }
  ],
  "manifest_display_name" : "Leash",
  "name" : "Leash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Leash",
      "targets" : [
        "Leash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LeashInterceptors",
      "targets" : [
        "LeashInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxLeash",
      "targets" : [
        "RxLeash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxLeash",
      "module_type" : "SwiftTarget",
      "name" : "RxLeash",
      "path" : "Source/RxSwift",
      "product_dependencies" : [
        "RxSwift"
      ],
      "product_memberships" : [
        "RxLeash"
      ],
      "sources" : [
        "Rx+Alamofire+Leash.swift",
        "Rx+Client.swift",
        "Rx+Response.swift"
      ],
      "target_dependencies" : [
        "Leash"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LeashTests",
      "module_type" : "SwiftTarget",
      "name" : "LeashTests",
      "path" : "Tests",
      "product_dependencies" : [
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "Alamofire+Leash+Tests.swift",
        "ClientTests.swift",
        "InterceptorChainTests.swift",
        "Interceptors/BodyValidatorTests.swift",
        "Interceptors/CacheControllerTests.swift",
        "Interceptors/LoggerInterceptorTests.swift",
        "InterceptorsExecutorTests.swift",
        "ManagerTests.swift",
        "Mocks/MockCompletionInterceptor.swift",
        "Mocks/MockExecutionInterceptor.swift",
        "Mocks/MockFailureInterceptor.swift",
        "Mocks/MockSerializationInterceptor.swift",
        "Mocks/MockSuccessInterceptor.swift",
        "ResponseTests.swift",
        "RxSwift/Rx+Alamofire+Leash+Tests.swift",
        "RxSwift/Rx+Client+Tests.swift",
        "RxSwift/Rx+Response+Tests.swift",
        "Utils/Authenticator.swift",
        "Utils/BaseTestCase.swift",
        "Utils/Endpoint.swift",
        "Utils/Entity.swift"
      ],
      "target_dependencies" : [
        "Leash",
        "LeashInterceptors",
        "RxLeash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LeashInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "LeashInterceptors",
      "path" : "Source/Interceptors",
      "product_memberships" : [
        "LeashInterceptors"
      ],
      "sources" : [
        "BodyValidator.swift",
        "CacheInterceptor.swift",
        "CachePolicy.swift",
        "LoggerInterceptor.swift"
      ],
      "target_dependencies" : [
        "Leash"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Leash",
      "module_type" : "SwiftTarget",
      "name" : "Leash",
      "path" : "Source/Core",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "Leash",
        "LeashInterceptors",
        "RxLeash"
      ],
      "sources" : [
        "Alamofire+Leash.swift",
        "Authenticator.swift",
        "Client.swift",
        "Endpoint.swift",
        "Error.swift",
        "Interceptors/CompletionInterceptor.swift",
        "Interceptors/ExecutionInterceptor.swift",
        "Interceptors/FailureInterceptor.swift",
        "Interceptors/Interceptor.swift",
        "Interceptors/InterceptorChain.swift",
        "Interceptors/InterceptorsExecutor.swift",
        "Interceptors/SerializationInterceptor.swift",
        "Interceptors/SuccessInterceptor.swift",
        "Manager.swift",
        "QueryEncodable.swift",
        "Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Leash",
    "schemes" : [
      "Leash"
    ],
    "targets" : [
      "Leash",
      "Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Leash -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 Leash -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Leash' in project 'Leash' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver Leash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Leash -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.SwiftFileList -DDEBUG -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-ios13.1-macabi -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-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/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.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/Leash.build/Debug-maccatalyst/Leash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CachePolicy.swift,\ LoggerInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/LoggerInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CachePolicy.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/LoggerInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SuccessInterceptor.swift,\ Manager.swift,\ Rx+Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Manager.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Manager.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ InterceptorsExecutor.swift,\ Interceptor.swift,\ Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/Interceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Response.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/Interceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Response.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Rx+Response.swift,\ ExecutionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/ExecutionInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Response.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/ExecutionInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Rx+Client.swift,\ Error.swift,\ CompletionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Error.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/CompletionInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Error.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/CompletionInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Endpoint.swift,\ Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Endpoint.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Alamofire+Leash.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QueryEncodable.swift,\ Authenticator.swift /Users/admin/builder/spi-builder-workspace/Source/Core/QueryEncodable.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Authenticator.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/QueryEncodable.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Authenticator.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SerializationInterceptor.swift,\ BodyValidator.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/BodyValidator.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/BodyValidator.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Leash (in target 'Leash' from project 'Leash')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Error.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/CompletionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/Interceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Manager.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/LoggerInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Response.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/ExecutionInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/FailureInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/QueryEncodable.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Authenticator.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Alamofire+Leash.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorChain.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/BodyValidator.swift -target arm64-apple-ios13.1-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/System/Library/SubFrameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash-ba2847b04737f99c06c8d24811838dee-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/unextended-module-overlay.yaml -no-auto-bridging-header-chaining -module-name Leash -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.4 -target-sdk-name macosx26.4 -prebuilt-module-cache-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.4 -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-maccatalyst/Leash.build/Objects-normal/arm64/Leash.abi.json
EmitSwiftModule normal arm64 (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Source/RxSwift/Rx+Client.swift:26:8: error: no such module 'RxSwift'
import RxSwift
       ^
SwiftCompile normal arm64 Compiling\ FailureInterceptor.swift,\ CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/FailureInterceptor.swift /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CacheInterceptor.swift (in target 'Leash' from project 'Leash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/FailureInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Interceptors/CacheInterceptor.swift (in target 'Leash' from project 'Leash')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ InterceptorChain.swift,\ Client.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorChain.swift /Users/admin/builder/spi-builder-workspace/Source/Core/Client.swift (in target 'Leash' from project 'Leash')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:82457a3f0e77b3ccd7f065f1eaf3b0a426c4f7b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:82457a3f0e77b3ccd7f065f1eaf3b0a426c4f7b5, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Leash (in target 'Leash' from project 'Leash')
	EmitSwiftModule normal arm64 (in target 'Leash' from project 'Leash')
	Building project Leash with scheme Leash
(3 failures)
BUILD FAILURE 6.3 macosXcodebuild