The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Leash, reference 3.2.0 (1fcd9e), with Swift 6.3 for iOS using Xcode 26.4 on 11 Apr 2026 19:00:08 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 generic/platform=iOS

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:         iOS
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 generic/platform=iOS
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 generic/platform=iOS
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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: cebd3fa55474ef4dbf16ea7f09a3cff7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cebd3fa55474ef4dbf16ea7f09a3cff7.xcbuilddata
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
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
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
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/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/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/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-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Leash.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Leash.build/Leash-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Leash-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/DerivedSources/Leash_vers.c
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Leash.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Leash.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Leash.framework/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-iphoneos/Leash.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Leash.framework
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Leash.framework/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-iphoneos/Leash.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Leash.framework/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 -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Leash.framework/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios8.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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\ 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\ 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\ 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\ 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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Core/Interceptors/InterceptorChain.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/Client.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\ 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

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-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -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-iphoneos/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/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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 iphoneos26.4 -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Objects-normal/arm64/Leash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Objects-normal/arm64/Leash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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\ 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

/Users/admin/builder/spi-builder-workspace/Leash.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.4.99. (in target 'Leash' from project 'Leash')
** 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 generic/platform=iOS
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 generic/platform=iOS
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
/Users/admin/builder/spi-builder-workspace/Leash.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.4.99. (in target 'Leash' from project 'Leash')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios8.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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\ 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+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\ 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\ 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-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/Carthage/Build/iOS -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -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-iphoneos/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/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash-ba2847b04737f99c06c8d24811838dee-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Leash-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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 iphoneos26.4 -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Objects-normal/arm64/Leash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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-iphoneos/Leash.build/Objects-normal/arm64/Leash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/Leash.build/Objects-normal/arm64/Leash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Leash.build/Debug-iphoneos/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\ 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\ 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\ 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\ 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')
** 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 iOS