Build Information
Failed to build ZohoBooksClient, reference main (24cef4), with Swift 6.2 for watchOS using Xcode 26.3 on 9 Feb 2026 22:34:19 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 generic/platform=watchOSBuild 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: watchOS
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 generic/platform=watchOS
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 generic/platform=watchOS
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/WatchOS.platform/Developer/SDKs/WatchOS26.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/WatchOS.platform/Developer/SDKs/WatchOS26.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
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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_32 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
Build description signature: 1891664b894d699cdbbad4999ddc6038
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1891664b894d699cdbbad4999ddc6038.xcbuilddata
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
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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.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/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/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/EagerLinkingTBDs/Debug-watchos
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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/ZohoBooksClient.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/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-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64_32-apple-watchos8.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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources-normal/arm64_32 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources/arm64_32 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/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-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/ZohoBooksClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/armv7k/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-watchos/ZohoBooksClient.build/Objects-normal/armv7k/ZohoBooksClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/armv7k/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-watchos/ZohoBooksClient.build/Objects-normal/armv7k/ZohoBooksClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/armv7k/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-watchos/ZohoBooksClient.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target armv7k-apple-watchos8.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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources-normal/armv7k -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources/armv7k -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/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-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/ZohoBooksClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/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-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/ZohoBooksClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/armv7k/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-watchos/ZohoBooksClient.build/Objects-normal/armv7k/ZohoBooksClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/ZohoBooksClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/ZohoBooksClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/armv7k/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-watchos/ZohoBooksClient.build/Objects-normal/armv7k/ZohoBooksClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/armv7k/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-watchos/ZohoBooksClient.build/Objects-normal/armv7k/ZohoBooksClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/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-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/ZohoBooksClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/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-watchos/ZohoBooksClient.build/Objects-normal/arm64_32/ZohoBooksClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-watchos8.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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/ZohoBooksClient.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/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-watchos/ZohoBooksClient.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/DerivedSources/ZohoBooksClient_vers.c
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug-watchos/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-watchos/ZohoBooksClient.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/ZohoBooksClient.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/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 -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/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:34:16.175 xcodebuild[600:3595] [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-watchos/ZohoBooksClient.framework/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 generic/platform=watchOS
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 generic/platform=watchOS
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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/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 -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZohoBooksClient.framework/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:34:19.065 xcodebuild[624:3758] [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-watchos/ZohoBooksClient.framework/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 watchOS