Build Information
Failed to build nest, reference main (0561cc
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 23 Jun 2025 16:01:54 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 nest-Package -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/nest.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mtj0928/nest
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0561cc2 Merge pull request #40 from mtj0928/README/run
Cloned https://github.com/mtj0928/nest.git
Revision (git rev-parse @):
0561cc2c2fe68afd053b3750a35537be19e51c9e
SUCCESS checkout https://github.com/mtj0928/nest.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/mtj0928/nest.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
Resolve Package Graph
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/mtj0928/swift-async-operations
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/weichsel/ZIPFoundation
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/apple/swift-http-types.git
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘Yams’
Checking out 5.4.0 of package ‘Yams’
Creating working copy of package ‘ZIPFoundation’
Checking out 0.9.19 of package ‘ZIPFoundation’
Creating working copy of package ‘swift-async-operations’
Checking out 0.3.0 of package ‘swift-async-operations’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Resolve Package Graph
Resolved source packages:
swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
nest: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-http-types, swift-log, ZIPFoundation, swift-async-operations, Yams, Rainbow, swift-argument-parser, nest
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-async-operations",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtj0928/swift-async-operations"
}
],
"manifest_display_name" : "nest",
"name" : "nest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "nest",
"targets" : [
"nest"
],
"type" : {
"executable" : null
}
},
{
"name" : "NestCLI",
"targets" : [
"NestCLI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NestKit",
"targets" : [
"NestKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "nest",
"module_type" : "SwiftTarget",
"name" : "nest",
"path" : "Sources/nest",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"nest"
],
"sources" : [
"Arguments/ExcludedTarget+Arguments.swift",
"Arguments/GitURL+Arguemtns.swift",
"Arguments/GitVersion+Arguments.swift",
"Arguments/RunCommandArgument.swift",
"Commands/BootstrapCommand.swift",
"Commands/GenerateNestfileCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/ResolveNestfileCommand.swift",
"Commands/RunCommand.swift",
"Commands/SwitchCommand.swift",
"Commands/UninstallCommand.swift",
"Commands/UpdateNestfileCommand.swift",
"Utils/CLIUtil.swift",
"Utils/Configuration+Dependencies.swift",
"Utils/NestLogHandler.swift",
"nest.swift"
],
"target_dependencies" : [
"NestCLI"
],
"type" : "executable"
},
{
"c99name" : "NestTests",
"module_type" : "SwiftTarget",
"name" : "NestTests",
"path" : "Tests/NestTests",
"sources" : [
"Arguments/ExcludedTarget+ArgumentsTests.swift",
"Arguments/InstallTargetTests.swift",
"Arguments/SubCommandOfRunCommandTests.swift"
],
"target_dependencies" : [
"nest"
],
"type" : "test"
},
{
"c99name" : "NestTestHelpers",
"module_type" : "SwiftTarget",
"name" : "NestTestHelpers",
"path" : "Sources/NestTestHelpers",
"sources" : [
"FileStorageItem.swift",
"MockExecutorBuilder.swift",
"MockFileSystem.swift",
"MockHTTPClient.swift"
],
"target_dependencies" : [
"NestKit"
],
"type" : "library"
},
{
"c99name" : "NestKitTests",
"module_type" : "SwiftTarget",
"name" : "NestKitTests",
"path" : "Tests/NestKitTests",
"sources" : [
"ArtifactBundle/ArtifactBundleInfoTests.swift",
"ArtifactBundleManagerTests.swift",
"Extensions/URLTests.swift",
"FileSystemItemTests.swift",
"Git/GitHubURLBuilderTests.swift",
"Git/GitURLTests.swift",
"GitHub/GitHubAssetRegistryClientTests.swift",
"GitHub/GitHubRepositoryNameTests.swift",
"GitHub/GitHubServerConfigsTests.swift",
"NestDirectoryTests.swift",
"NestFileDownloaderTests.swift",
"NestInfoControllerTests.swift",
"Swift/SwiftPackageTests.swift",
"TestingEnvironmentVariables.swift",
"TripleDetectorTests.swift"
],
"target_dependencies" : [
"NestKit",
"NestTestHelpers"
],
"type" : "test"
},
{
"c99name" : "NestKit",
"module_type" : "SwiftTarget",
"name" : "NestKit",
"path" : "Sources/NestKit",
"product_dependencies" : [
"Logging",
"Rainbow",
"ZIPFoundation",
"HTTPTypesFoundation"
],
"product_memberships" : [
"nest",
"NestCLI",
"NestKit"
],
"sources" : [
"ArtifactBundle/ArtifactBundle.swift",
"ArtifactBundle/ArtifactBundleInfo.swift",
"ArtifactBundleAssetSelector.swift",
"ArtifactBundleManager.swift",
"Assets/AssetRegistryClient.swift",
"Assets/AssetRegistryClientBuilder.swift",
"ChecksumCalculator.swift",
"Configuration.swift",
"ExecutableBinary/ExecutableBinary.swift",
"Extensions/Logger+extension.swift",
"Extensions/URL+extension.swift",
"FileSystem.swift",
"Git/GitCommand.swift",
"Git/GitURL.swift",
"Git/GitVersion.swift",
"GitHub/ExcludedTarget.swift",
"GitHub/GitHubAssetRegistryClient.swift",
"GitHub/GitHubAssetResponse.swift",
"GitHub/GitHubRegistryConfigs.swift",
"GitHub/GitHubRepositoryName.swift",
"GitHub/GitHubURLBuilder.swift",
"HTTPClient.swift",
"NestDirectory.swift",
"NestFileDownloader.swift",
"NestInfo.swift",
"NestInfoController.swift",
"Swift/SwiftCommand+Build.swift",
"Swift/SwiftCommand+Checksum.swift",
"Swift/SwiftCommand+Description.swift",
"Swift/SwiftCommand+TargetInfo.swift",
"Swift/SwiftCommand.swift",
"Swift/SwiftPackage.swift",
"TripleDetector.swift",
"Utils/ProcessExecutor.swift",
"Utils/ProcessExecutorBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "NestCLITests",
"module_type" : "SwiftTarget",
"name" : "NestCLITests",
"path" : "Tests/NestCLITests",
"sources" : [
"ArtfactBundleFetcherTests.swift",
"NestfileControllerTests.swift",
"NestfileTests.swift"
],
"target_dependencies" : [
"NestCLI",
"NestTestHelpers"
],
"type" : "test"
},
{
"c99name" : "NestCLI",
"module_type" : "SwiftTarget",
"name" : "NestCLI",
"path" : "Sources/NestCLI",
"product_dependencies" : [
"AsyncOperations",
"Yams"
],
"product_memberships" : [
"nest",
"NestCLI"
],
"sources" : [
"ArtifactBundleFetcher.swift",
"ArtifactDuplicatedDetector.swift",
"ExecutableBinaryPreparer.swift",
"NestCLIError.swift",
"Nestfile.swift",
"NestfileController.swift",
"SwiftPackageBuilder.swift"
],
"target_dependencies" : [
"NestKit"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"nest",
"nest-Package",
"NestCLI",
"NestKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=watchOS
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 nest-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
nest: /Users/admin/builder/spi-builder-workspace
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
Target 'nest' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
Target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
Target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
Target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
Target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
Build description signature: a8ee17e8230441a26c73c1c822d43783
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8ee17e8230441a26c73c1c822d43783.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'NestCLI' from project 'nest')
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'nest' from project 'nest')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme nest-Package
(1 failure)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
nest: /Users/admin/builder/spi-builder-workspace
swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
resolved source packages: swift-log, Yams, swift-async-operations, Rainbow, swift-argument-parser, ZIPFoundation, nest, swift-http-types
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-async-operations",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtj0928/swift-async-operations"
}
],
"manifest_display_name" : "nest",
"name" : "nest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "nest",
"targets" : [
"nest"
],
"type" : {
"executable" : null
}
},
{
"name" : "NestCLI",
"targets" : [
"NestCLI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NestKit",
"targets" : [
"NestKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "nest",
"module_type" : "SwiftTarget",
"name" : "nest",
"path" : "Sources/nest",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"nest"
],
"sources" : [
"Arguments/ExcludedTarget+Arguments.swift",
"Arguments/GitURL+Arguemtns.swift",
"Arguments/GitVersion+Arguments.swift",
"Arguments/RunCommandArgument.swift",
"Commands/BootstrapCommand.swift",
"Commands/GenerateNestfileCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/ResolveNestfileCommand.swift",
"Commands/RunCommand.swift",
"Commands/SwitchCommand.swift",
"Commands/UninstallCommand.swift",
"Commands/UpdateNestfileCommand.swift",
"Utils/CLIUtil.swift",
"Utils/Configuration+Dependencies.swift",
"Utils/NestLogHandler.swift",
"nest.swift"
],
"target_dependencies" : [
"NestCLI"
],
"type" : "executable"
},
{
"c99name" : "NestTests",
"module_type" : "SwiftTarget",
"name" : "NestTests",
"path" : "Tests/NestTests",
"sources" : [
"Arguments/ExcludedTarget+ArgumentsTests.swift",
"Arguments/InstallTargetTests.swift",
"Arguments/SubCommandOfRunCommandTests.swift"
],
"target_dependencies" : [
"nest"
],
"type" : "test"
},
{
"c99name" : "NestTestHelpers",
"module_type" : "SwiftTarget",
"name" : "NestTestHelpers",
"path" : "Sources/NestTestHelpers",
"sources" : [
"FileStorageItem.swift",
"MockExecutorBuilder.swift",
"MockFileSystem.swift",
"MockHTTPClient.swift"
],
"target_dependencies" : [
"NestKit"
],
"type" : "library"
},
{
"c99name" : "NestKitTests",
"module_type" : "SwiftTarget",
"name" : "NestKitTests",
"path" : "Tests/NestKitTests",
"sources" : [
"ArtifactBundle/ArtifactBundleInfoTests.swift",
"ArtifactBundleManagerTests.swift",
"Extensions/URLTests.swift",
"FileSystemItemTests.swift",
"Git/GitHubURLBuilderTests.swift",
"Git/GitURLTests.swift",
"GitHub/GitHubAssetRegistryClientTests.swift",
"GitHub/GitHubRepositoryNameTests.swift",
"GitHub/GitHubServerConfigsTests.swift",
"NestDirectoryTests.swift",
"NestFileDownloaderTests.swift",
"NestInfoControllerTests.swift",
"Swift/SwiftPackageTests.swift",
"TestingEnvironmentVariables.swift",
"TripleDetectorTests.swift"
],
"target_dependencies" : [
"NestKit",
"NestTestHelpers"
],
"type" : "test"
},
{
"c99name" : "NestKit",
"module_type" : "SwiftTarget",
"name" : "NestKit",
"path" : "Sources/NestKit",
"product_dependencies" : [
"Logging",
"Rainbow",
"ZIPFoundation",
"HTTPTypesFoundation"
],
"product_memberships" : [
"nest",
"NestCLI",
"NestKit"
],
"sources" : [
"ArtifactBundle/ArtifactBundle.swift",
"ArtifactBundle/ArtifactBundleInfo.swift",
"ArtifactBundleAssetSelector.swift",
"ArtifactBundleManager.swift",
"Assets/AssetRegistryClient.swift",
"Assets/AssetRegistryClientBuilder.swift",
"ChecksumCalculator.swift",
"Configuration.swift",
"ExecutableBinary/ExecutableBinary.swift",
"Extensions/Logger+extension.swift",
"Extensions/URL+extension.swift",
"FileSystem.swift",
"Git/GitCommand.swift",
"Git/GitURL.swift",
"Git/GitVersion.swift",
"GitHub/ExcludedTarget.swift",
"GitHub/GitHubAssetRegistryClient.swift",
"GitHub/GitHubAssetResponse.swift",
"GitHub/GitHubRegistryConfigs.swift",
"GitHub/GitHubRepositoryName.swift",
"GitHub/GitHubURLBuilder.swift",
"HTTPClient.swift",
"NestDirectory.swift",
"NestFileDownloader.swift",
"NestInfo.swift",
"NestInfoController.swift",
"Swift/SwiftCommand+Build.swift",
"Swift/SwiftCommand+Checksum.swift",
"Swift/SwiftCommand+Description.swift",
"Swift/SwiftCommand+TargetInfo.swift",
"Swift/SwiftCommand.swift",
"Swift/SwiftPackage.swift",
"TripleDetector.swift",
"Utils/ProcessExecutor.swift",
"Utils/ProcessExecutorBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "NestCLITests",
"module_type" : "SwiftTarget",
"name" : "NestCLITests",
"path" : "Tests/NestCLITests",
"sources" : [
"ArtfactBundleFetcherTests.swift",
"NestfileControllerTests.swift",
"NestfileTests.swift"
],
"target_dependencies" : [
"NestCLI",
"NestTestHelpers"
],
"type" : "test"
},
{
"c99name" : "NestCLI",
"module_type" : "SwiftTarget",
"name" : "NestCLI",
"path" : "Sources/NestCLI",
"product_dependencies" : [
"AsyncOperations",
"Yams"
],
"product_memberships" : [
"nest",
"NestCLI"
],
"sources" : [
"ArtifactBundleFetcher.swift",
"ArtifactDuplicatedDetector.swift",
"ExecutableBinaryPreparer.swift",
"NestCLIError.swift",
"Nestfile.swift",
"NestfileController.swift",
"SwiftPackageBuilder.swift"
],
"target_dependencies" : [
"NestKit"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"nest",
"nest-Package",
"NestCLI",
"NestKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=watchOS
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 nest-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
nest: /Users/admin/builder/spi-builder-workspace
swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
Target 'nest' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
Target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'NestCLI' in project 'nest'
➜ Explicit dependency on target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'AsyncOperations' in project 'swift-async-operations'
➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
Target 'NestKit' in project 'nest'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
Target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypesFoundation' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
Target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
Build description signature: a8ee17e8230441a26c73c1c822d43783
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8ee17e8230441a26c73c1c822d43783.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'nest' from project 'nest')
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'NestCLI' from project 'nest')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme nest-Package
(1 failure)
BUILD FAILURE 6.2 watchOS