The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZohoBooksClient, reference main (24cef4), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 9 Feb 2026 22:33:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emotiveapps/ZohoBooksClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emotiveapps/ZohoBooksClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 24cef43 paidThroughAccountId is optional
Cloned https://github.com/emotiveapps/ZohoBooksClient.git
Revision (git rev-parse @):
24cef43b93b59aaaad437a49faf7f5ba821ad04d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/emotiveapps/ZohoBooksClient.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/emotiveapps/ZohoBooksClient.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "oauthenticator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/OAuthenticator"
    },
    {
      "identity" : "mimetypeenum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/emotiveapps/MimeTypeEnum"
    }
  ],
  "manifest_display_name" : "ZohoBooksClient",
  "name" : "ZohoBooksClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZohoBooksClient",
      "targets" : [
        "ZohoBooksClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZohoBooksClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClientTests",
      "path" : "Tests/ZohoBooksClientTests",
      "sources" : [
        "AdditionalModelTests.swift",
        "FullModelEncodingTests.swift",
        "ModelEncodingTests.swift",
        "ZohoBooksClientTests.swift",
        "ZohoErrorTests.swift",
        "ZohoOAuthConfigTests.swift"
      ],
      "target_dependencies" : [
        "ZohoBooksClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZohoBooksClient",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClient",
      "path" : "Sources/ZohoBooksClient",
      "product_dependencies" : [
        "OAuthenticator",
        "MimeTypeEnum"
      ],
      "product_memberships" : [
        "ZohoBooksClient"
      ],
      "sources" : [
        "HttpService.swift",
        "Models/ZBAccount.swift",
        "Models/ZBBankTransaction.swift",
        "Models/ZBContact.swift",
        "Models/ZBExpense.swift",
        "Models/ZBInvoice.swift",
        "Models/ZBItem.swift",
        "Models/ZBPayment.swift",
        "Models/ZBTax.swift",
        "OAuthProviding.swift",
        "ZohoBooksClient.swift",
        "ZohoConfig.swift",
        "ZohoError.swift",
        "ZohoOAuth.swift",
        "ZohoOAuthenticator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ZohoBooksClient",
    "schemes" : [
      "ZohoBooksClient"
    ],
    "targets" : [
      "ZohoBooksClient"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZohoBooksClient -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.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 ZohoBooksClient -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 'ZohoBooksClient' in project 'ZohoBooksClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 192fda0d604120b3b409d82ebfa0296c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/192fda0d604120b3b409d82ebfa0296c.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.xcodeproj
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.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/ZohoBooksClient.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/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.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/ZohoBooksClient.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
    cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/module.modulemap (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyStaticMetadataFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyMetadataFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftConstValuesFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-OutputFileMap.json (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-macos12.0 '-std=gnu11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ZohoBooksClient' -fpascal-strings -O0 '-DDEBUG=1' '-DSWIFT_PACKAGE=1' -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_const_extract_protocols.json (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.LinkFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources/ZohoBooksClient_vers.c (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources/ZohoBooksClient_vers.c
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Resources Versions/Current/Resources (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/ZohoBooksClient Versions/Current/ZohoBooksClient (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/ZohoBooksClient /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/ZohoBooksClient
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/Current A (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/Current
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/module.modulemap (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Modules Versions/Current/Modules (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Headers Versions/Current/Headers (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Headers (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources/Info.plist
error: Build input file cannot be found: '/Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
2026-02-09 17:33:48.504 xcodebuild[600:3602] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
	Building project ZohoBooksClient with scheme ZohoBooksClient
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "oauthenticator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/OAuthenticator"
    },
    {
      "identity" : "mimetypeenum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/emotiveapps/MimeTypeEnum"
    }
  ],
  "manifest_display_name" : "ZohoBooksClient",
  "name" : "ZohoBooksClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZohoBooksClient",
      "targets" : [
        "ZohoBooksClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZohoBooksClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClientTests",
      "path" : "Tests/ZohoBooksClientTests",
      "sources" : [
        "AdditionalModelTests.swift",
        "FullModelEncodingTests.swift",
        "ModelEncodingTests.swift",
        "ZohoBooksClientTests.swift",
        "ZohoErrorTests.swift",
        "ZohoOAuthConfigTests.swift"
      ],
      "target_dependencies" : [
        "ZohoBooksClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZohoBooksClient",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClient",
      "path" : "Sources/ZohoBooksClient",
      "product_dependencies" : [
        "OAuthenticator",
        "MimeTypeEnum"
      ],
      "product_memberships" : [
        "ZohoBooksClient"
      ],
      "sources" : [
        "HttpService.swift",
        "Models/ZBAccount.swift",
        "Models/ZBBankTransaction.swift",
        "Models/ZBContact.swift",
        "Models/ZBExpense.swift",
        "Models/ZBInvoice.swift",
        "Models/ZBItem.swift",
        "Models/ZBPayment.swift",
        "Models/ZBTax.swift",
        "OAuthProviding.swift",
        "ZohoBooksClient.swift",
        "ZohoConfig.swift",
        "ZohoError.swift",
        "ZohoOAuth.swift",
        "ZohoOAuthenticator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ZohoBooksClient",
    "schemes" : [
      "ZohoBooksClient"
    ],
    "targets" : [
      "ZohoBooksClient"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZohoBooksClient -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.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 ZohoBooksClient -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 'ZohoBooksClient' in project 'ZohoBooksClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.xcodeproj
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources/Info.plist
error: Build input file cannot be found: '/Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
2026-02-09 17:33:51.455 xcodebuild[620:3771] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Derived/InfoPlists/ZohoBooksClient-Info.plist (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
	Building project ZohoBooksClient with scheme ZohoBooksClient
(2 failures)
BUILD FAILURE 6.2 macosXcodebuild