Build Information
Failed to build JSONRPCKit, reference master (e1ae67), with Swift 6.2 for tvOS using Xcode 26.3 on 17 Jun 2025 16:38:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONRPCKit -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bricklife/JSONRPCKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bricklife/JSONRPCKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e1ae67d Merge pull request #15 from fxwx23/feature/fix-readme
Submodule path 'Carthage/Checkouts/APIKit': checked out '0afa74dedff0df678af02fc2b474c4eafba37a67'
Submodule path 'Carthage/Checkouts/APIKit/Carthage/Checkouts/Result': checked out 'df233a8d23a545153d5b5de13b1ac8db2503f088'
Submodule path 'Carthage/Checkouts/Result': checked out '7477584259bfce2560a19e06ad9f71db441fff11'
Submodule 'Carthage/Checkouts/APIKit' (https://github.com/ishkawa/APIKit.git) registered for path 'Carthage/Checkouts/APIKit'
Submodule 'Carthage/Checkouts/Result' (https://github.com/antitypical/Result.git) registered for path 'Carthage/Checkouts/Result'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/APIKit'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Result'...
Submodule 'Carthage/Checkouts/Result' (https://github.com/antitypical/Result.git) registered for path 'Carthage/Checkouts/APIKit/Carthage/Checkouts/Result'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/APIKit/Carthage/Checkouts/Result'...
Cloned https://github.com/bricklife/JSONRPCKit.git
Revision (git rev-parse @):
e1ae67de59067ebb677ad0024b3dc6789f31f193
SUCCESS checkout https://github.com/bricklife/JSONRPCKit.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/bricklife/JSONRPCKit.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "result",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/antitypical/Result.git"
}
],
"manifest_display_name" : "JSONRPCKit",
"name" : "JSONRPCKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONRPCKit",
"targets" : [
"JSONRPCKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "JSONRPCKitTests",
"module_type" : "SwiftTarget",
"name" : "JSONRPCKitTests",
"path" : "Tests/JSONRPCKitTests",
"sources" : [
"BatchElementTests.swift",
"BatchFactoryTests.swift",
"TestRequest.swift"
],
"target_dependencies" : [
"JSONRPCKit"
],
"type" : "test"
},
{
"c99name" : "JSONRPCKit",
"module_type" : "SwiftTarget",
"name" : "JSONRPCKit",
"path" : "Sources/JSONRPCKit",
"product_dependencies" : [
"Result"
],
"product_memberships" : [
"JSONRPCKit"
],
"sources" : [
"Batch.swift",
"BatchElement.swift",
"BatchFactory.swift",
"Id.swift",
"IdGenerator.swift",
"JSONRPCError.swift",
"NumberIdGenerator.swift",
"Request.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "JSONRPCKit",
"schemes" : [
"JSONRPCKit"
],
"targets" : [
"JSONRPCKit",
"JSONRPCKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONRPCKit -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 JSONRPCKit -destination generic/platform=tvOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'JSONRPCKit' in project 'JSONRPCKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: afae373b006b487f82699b362479d097
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/afae373b006b487f82699b362479d097.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/JSONRPCKit.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/JSONRPCKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/module.modulemap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module.modulemap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module-overlay.yaml (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.LinkFileList (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.SwiftConstValuesFileList (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.SwiftFileList (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-OutputFileMap.json (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit_const_extract_protocols.json (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-tvos9.0 '-std=gnu99' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=JSONRPCKit' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit.DependencyStaticMetadataFileList (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit.hmap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit.DependencyMetadataFileList (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-target-headers.hmap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/JSONRPCKit_vers.c (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/JSONRPCKit_vers.c
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Headers/JSONRPCKit.h /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/JSONRPCKit.h (in target 'JSONRPCKit' from project 'JSONRPCKit')
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/Sources/JSONRPCKit/JSONRPCKit.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Headers (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/module.modulemap (in target 'JSONRPCKit' from project 'JSONRPCKit')
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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Info.plist (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONRPCKit.framework/Info.plist
SwiftDriver JSONRPCKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONRPCKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos9.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 -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BatchFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchFactory.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchFactory.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Id.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Id.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Id.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ NumberIdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/NumberIdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/NumberIdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ JSONRPCError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/JSONRPCError.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/JSONRPCError.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Request.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Request.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONRPCKit (in target 'JSONRPCKit' from project 'JSONRPCKit')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/Sources/JSONRPCKit/JSONRPCError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/NumberIdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Id.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/IdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Batch.swift -target arm64-apple-tvos9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit_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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module-overlay.yaml -no-auto-bridging-header-chaining -module-name JSONRPCKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.abi.json
EmitSwiftModule normal arm64 (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift:10:8: error: no such module 'Result'
import Result
^
SwiftCompile normal arm64 Compiling\ BatchElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Batch.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Batch.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Batch.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ IdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/IdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/IdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'JSONRPCKit' from project 'JSONRPCKit')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONRPCKit (in target 'JSONRPCKit' from project 'JSONRPCKit')
EmitSwiftModule normal arm64 (in target 'JSONRPCKit' from project 'JSONRPCKit')
Building project JSONRPCKit with scheme JSONRPCKit
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "result",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/antitypical/Result.git"
}
],
"manifest_display_name" : "JSONRPCKit",
"name" : "JSONRPCKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONRPCKit",
"targets" : [
"JSONRPCKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "JSONRPCKitTests",
"module_type" : "SwiftTarget",
"name" : "JSONRPCKitTests",
"path" : "Tests/JSONRPCKitTests",
"sources" : [
"BatchElementTests.swift",
"BatchFactoryTests.swift",
"TestRequest.swift"
],
"target_dependencies" : [
"JSONRPCKit"
],
"type" : "test"
},
{
"c99name" : "JSONRPCKit",
"module_type" : "SwiftTarget",
"name" : "JSONRPCKit",
"path" : "Sources/JSONRPCKit",
"product_dependencies" : [
"Result"
],
"product_memberships" : [
"JSONRPCKit"
],
"sources" : [
"Batch.swift",
"BatchElement.swift",
"BatchFactory.swift",
"Id.swift",
"IdGenerator.swift",
"JSONRPCError.swift",
"NumberIdGenerator.swift",
"Request.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "JSONRPCKit",
"schemes" : [
"JSONRPCKit"
],
"targets" : [
"JSONRPCKit",
"JSONRPCKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONRPCKit -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 JSONRPCKit -destination generic/platform=tvOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'JSONRPCKit' in project 'JSONRPCKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
/Users/admin/builder/spi-builder-workspace/JSONRPCKit.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftDriver JSONRPCKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONRPCKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos9.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 -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BatchFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchFactory.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchFactory.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Id.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Id.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Id.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONRPCKit (in target 'JSONRPCKit' from project 'JSONRPCKit')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/Sources/JSONRPCKit/JSONRPCError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/NumberIdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Id.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/IdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Batch.swift -target arm64-apple-tvos9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit_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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit-e2dd07338762473d54bc3b3066607291-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/JSONRPCKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/unextended-module-overlay.yaml -no-auto-bridging-header-chaining -module-name JSONRPCKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.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/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONRPCKit.build/Debug-appletvos/JSONRPCKit.build/Objects-normal/arm64/JSONRPCKit.abi.json
EmitSwiftModule normal arm64 (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift:10:8: error: no such module 'Result'
import Result
^
SwiftCompile normal arm64 Compiling\ IdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/IdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/IdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Request.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Request.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ BatchElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/BatchElement.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ NumberIdGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/NumberIdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/NumberIdGenerator.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Batch.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Batch.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/Batch.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ JSONRPCError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/JSONRPCError.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPCKit/JSONRPCError.swift (in target 'JSONRPCKit' from project 'JSONRPCKit')
cd /Users/admin/builder/spi-builder-workspace
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONRPCKit (in target 'JSONRPCKit' from project 'JSONRPCKit')
EmitSwiftModule normal arm64 (in target 'JSONRPCKit' from project 'JSONRPCKit')
Building project JSONRPCKit with scheme JSONRPCKit
(3 failures)
BUILD FAILURE 6.2 tvOS