Build Information
Failed to build SwiftBeanCountSheetSync, reference main (b0dacd), with Swift 6.1 for watchOS using Xcode 16.3 on 11 Jan 2026 10:27:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftBeanCountSheetSync -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountSheetSync.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/SwiftBeanCountSheetSync
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b0dacd2 Add archive info to readme
Cloned https://github.com/Nef10/SwiftBeanCountSheetSync.git
Revision (git rev-parse @):
b0dacd2043117a6b6f242fd40e574dc8b1799558
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountSheetSync.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountSheetSync.git
https://github.com/Nef10/SwiftBeanCountSheetSync.git
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParser.git"
},
{
"identity" : "googleauthentication",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/GoogleAuthentication.git"
}
],
"manifest_display_name" : "SwiftBeanCountSheetSync",
"name" : "SwiftBeanCountSheetSync",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftBeanCountSheetSync",
"targets" : [
"SwiftBeanCountSheetSync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountSheetSyncTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSyncTests",
"path" : "Tests/SwiftBeanCountSheetSyncTests",
"sources" : [
"SwiftBeanCountSheetSyncTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountSheetSync"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountSheetSync",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSync",
"path" : "Sources/SwiftBeanCountSheetSync",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParser",
"GoogleAuthentication"
],
"product_memberships" : [
"SwiftBeanCountSheetSync"
],
"sources" : [
"Downloader.swift",
"LedgerReader.swift",
"LedgerSettings.swift",
"SheetDownloader.swift",
"SheetParser.swift",
"Syncer.swift",
"TransactionMapper.swift",
"Uploader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Nef10/GoogleAuthentication.git
Fetching from https://github.com/Nef10/SwiftBeanCountModel.git
Fetching from https://github.com/Nef10/SwiftBeanCountParser.git
Fetching from https://github.com/Nef10/SwiftBeanCountParserUtils.git
Fetching from https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching from https://github.com/OAuthSwift/OAuthSwift.git
Fetching from https://github.com/phimage/Erik.git
Fetching from https://github.com/httpswift/swifter.git
Fetching from https://github.com/tid-kijyun/Kanna.git
Fetching from https://github.com/nvzqz/FileKit.git
Fetching from https://github.com/Thomvis/BrightFutures.git
Creating working copy of package ‘BrightFutures’
Checking out 8.2.0 of package ‘BrightFutures’
Creating working copy of package ‘Kanna’
Checking out 5.3.0 of package ‘Kanna’
Creating working copy of package ‘KeychainAccess’
Checking out 4.2.2 of package ‘KeychainAccess’
Creating working copy of package ‘Erik’
Checking out 5.1.0 of package ‘Erik’
Creating working copy of package ‘SwiftBeanCountParserUtils’
Checking out 1.0.0 of package ‘SwiftBeanCountParserUtils’
Creating working copy of package ‘SwiftBeanCountParser’
Checking out 0.1.9 of package ‘SwiftBeanCountParser’
Creating working copy of package ‘GoogleAuthentication’
Checking out 1.1.0 of package ‘GoogleAuthentication’
Creating working copy of package ‘OAuthSwift’
Checking out 2.2.0 of package ‘OAuthSwift’
Creating working copy of package ‘SwiftBeanCountModel’
Checking out 0.2.0 of package ‘SwiftBeanCountModel’
Creating working copy of package ‘FileKit’
Checking out 6.1.0 of package ‘FileKit’
Creating working copy of package ‘swifter’
Checking out 1.5.0 of package ‘swifter’
Resolve Package Graph
Resolved source packages:
SwiftBeanCountParser: https://github.com/Nef10/SwiftBeanCountParser.git @ 0.1.9
Erik: https://github.com/phimage/Erik.git @ 5.1.0
GoogleAuthentication: https://github.com/Nef10/GoogleAuthentication.git @ 1.1.0
SwiftBeanCountParserUtils: https://github.com/Nef10/SwiftBeanCountParserUtils.git @ 1.0.0
SwiftBeanCountSheetSync: /Users/admin/builder/spi-builder-workspace
Kanna: https://github.com/tid-kijyun/Kanna.git @ 5.3.0
FileKit: https://github.com/nvzqz/FileKit.git @ 6.1.0
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
OAuthSwift: https://github.com/OAuthSwift/OAuthSwift.git @ 2.2.0
BrightFutures: https://github.com/Thomvis/BrightFutures.git @ 8.2.0
Swifter: https://github.com/httpswift/swifter.git @ 1.5.0
SwiftBeanCountModel: https://github.com/Nef10/SwiftBeanCountModel.git @ 0.2.0
resolved source packages: SwiftBeanCountParser, Erik, GoogleAuthentication, SwiftBeanCountParserUtils, SwiftBeanCountSheetSync, Kanna, FileKit, KeychainAccess, OAuthSwift, BrightFutures, Swifter, SwiftBeanCountModel
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParser.git"
},
{
"identity" : "googleauthentication",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/GoogleAuthentication.git"
}
],
"manifest_display_name" : "SwiftBeanCountSheetSync",
"name" : "SwiftBeanCountSheetSync",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftBeanCountSheetSync",
"targets" : [
"SwiftBeanCountSheetSync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountSheetSyncTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSyncTests",
"path" : "Tests/SwiftBeanCountSheetSyncTests",
"sources" : [
"SwiftBeanCountSheetSyncTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountSheetSync"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountSheetSync",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSync",
"path" : "Sources/SwiftBeanCountSheetSync",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParser",
"GoogleAuthentication"
],
"product_memberships" : [
"SwiftBeanCountSheetSync"
],
"sources" : [
"Downloader.swift",
"LedgerReader.swift",
"LedgerSettings.swift",
"SheetDownloader.swift",
"SheetParser.swift",
"Syncer.swift",
"TransactionMapper.swift",
"Uploader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftBeanCountSheetSync"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftBeanCountSheetSync -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 SwiftBeanCountSheetSync -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
Swifter: https://github.com/httpswift/swifter.git @ 1.5.0
SwiftBeanCountSheetSync: /Users/admin/builder/spi-builder-workspace
OAuthSwift: https://github.com/OAuthSwift/OAuthSwift.git @ 2.2.0
GoogleAuthentication: https://github.com/Nef10/GoogleAuthentication.git @ 1.1.0
Kanna: https://github.com/tid-kijyun/Kanna.git @ 5.3.0
SwiftBeanCountParserUtils: https://github.com/Nef10/SwiftBeanCountParserUtils.git @ 1.0.0
SwiftBeanCountParser: https://github.com/Nef10/SwiftBeanCountParser.git @ 0.1.9
SwiftBeanCountModel: https://github.com/Nef10/SwiftBeanCountModel.git @ 0.2.0
BrightFutures: https://github.com/Thomvis/BrightFutures.git @ 8.2.0
Erik: https://github.com/phimage/Erik.git @ 5.1.0
FileKit: https://github.com/nvzqz/FileKit.git @ 6.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'SwiftBeanCountSheetSync' in project 'SwiftBeanCountSheetSync'
➜ Explicit dependency on target 'SwiftBeanCountSheetSync' in project 'SwiftBeanCountSheetSync'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
Target 'SwiftBeanCountSheetSync' in project 'SwiftBeanCountSheetSync'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
Target 'GoogleAuthentication' in project 'GoogleAuthentication'
➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'GoogleAuthentication' in project 'GoogleAuthentication'
➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'OAuthSwift' in project 'OAuthSwift'
➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
Target 'OAuthSwift' in project 'OAuthSwift' (no dependencies)
Target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
Target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
Target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
➜ Explicit dependency on target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
Target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils' (no dependencies)
Target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
Target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 137d0dcacb293f6c9ee2577e1f484b3b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/137d0dcacb293f6c9ee2577e1f484b3b.xcbuilddata
error: The package product 'GoogleAuthentication' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftBeanCountSheetSync' from project 'SwiftBeanCountSheetSync')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftBeanCountSheetSync
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwiftBeanCountParserUtils: https://github.com/Nef10/SwiftBeanCountParserUtils.git @ 1.0.0
SwiftBeanCountModel: https://github.com/Nef10/SwiftBeanCountModel.git @ 0.2.0
FileKit: https://github.com/nvzqz/FileKit.git @ 6.1.0
SwiftBeanCountParser: https://github.com/Nef10/SwiftBeanCountParser.git @ 0.1.9
OAuthSwift: https://github.com/OAuthSwift/OAuthSwift.git @ 2.2.0
GoogleAuthentication: https://github.com/Nef10/GoogleAuthentication.git @ 1.1.0
BrightFutures: https://github.com/Thomvis/BrightFutures.git @ 8.2.0
SwiftBeanCountSheetSync: /Users/admin/builder/spi-builder-workspace
Kanna: https://github.com/tid-kijyun/Kanna.git @ 5.3.0
Erik: https://github.com/phimage/Erik.git @ 5.1.0
Swifter: https://github.com/httpswift/swifter.git @ 1.5.0
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
resolved source packages: SwiftBeanCountParserUtils, SwiftBeanCountModel, FileKit, SwiftBeanCountParser, OAuthSwift, GoogleAuthentication, BrightFutures, SwiftBeanCountSheetSync, Kanna, Erik, Swifter, KeychainAccess
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParser.git"
},
{
"identity" : "googleauthentication",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/GoogleAuthentication.git"
}
],
"manifest_display_name" : "SwiftBeanCountSheetSync",
"name" : "SwiftBeanCountSheetSync",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftBeanCountSheetSync",
"targets" : [
"SwiftBeanCountSheetSync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountSheetSyncTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSyncTests",
"path" : "Tests/SwiftBeanCountSheetSyncTests",
"sources" : [
"SwiftBeanCountSheetSyncTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountSheetSync"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountSheetSync",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSync",
"path" : "Sources/SwiftBeanCountSheetSync",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParser",
"GoogleAuthentication"
],
"product_memberships" : [
"SwiftBeanCountSheetSync"
],
"sources" : [
"Downloader.swift",
"LedgerReader.swift",
"LedgerSettings.swift",
"SheetDownloader.swift",
"SheetParser.swift",
"Syncer.swift",
"TransactionMapper.swift",
"Uploader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftBeanCountSheetSync"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftBeanCountSheetSync -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.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 SwiftBeanCountSheetSync -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
BrightFutures: https://github.com/Thomvis/BrightFutures.git @ 8.2.0
SwiftBeanCountModel: https://github.com/Nef10/SwiftBeanCountModel.git @ 0.2.0
Erik: https://github.com/phimage/Erik.git @ 5.1.0
SwiftBeanCountParserUtils: https://github.com/Nef10/SwiftBeanCountParserUtils.git @ 1.0.0
Kanna: https://github.com/tid-kijyun/Kanna.git @ 5.3.0
SwiftBeanCountParser: https://github.com/Nef10/SwiftBeanCountParser.git @ 0.1.9
SwiftBeanCountSheetSync: /Users/admin/builder/spi-builder-workspace
Swifter: https://github.com/httpswift/swifter.git @ 1.5.0
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
GoogleAuthentication: https://github.com/Nef10/GoogleAuthentication.git @ 1.1.0
FileKit: https://github.com/nvzqz/FileKit.git @ 6.1.0
OAuthSwift: https://github.com/OAuthSwift/OAuthSwift.git @ 2.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'SwiftBeanCountSheetSync' in project 'SwiftBeanCountSheetSync'
➜ Explicit dependency on target 'SwiftBeanCountSheetSync' in project 'SwiftBeanCountSheetSync'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
Target 'SwiftBeanCountSheetSync' in project 'SwiftBeanCountSheetSync'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
Target 'GoogleAuthentication' in project 'GoogleAuthentication'
➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'GoogleAuthentication' in project 'GoogleAuthentication'
➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'OAuthSwift' in project 'OAuthSwift'
➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
Target 'OAuthSwift' in project 'OAuthSwift' (no dependencies)
Target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
Target 'SwiftBeanCountParser' in project 'SwiftBeanCountParser'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
Target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
➜ Explicit dependency on target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils'
Target 'SwiftBeanCountParserUtils' in project 'SwiftBeanCountParserUtils' (no dependencies)
Target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
➜ Explicit dependency on target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel'
Target 'SwiftBeanCountModel' in project 'SwiftBeanCountModel' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 33d470c7e2f82c636e9fdbe7645b7d3b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/33d470c7e2f82c636e9fdbe7645b7d3b.xcbuilddata
error: The package product 'GoogleAuthentication' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftBeanCountSheetSync' from project 'SwiftBeanCountSheetSync')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftBeanCountSheetSync
(1 failure)
BUILD FAILURE 6.1 watchOS