Build Information
Failed to build nest, reference 0.6.0 (9205ac
), with Swift 6.0 for watchOS using Xcode 16.2 on 9 Apr 2025 04:02:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/nest.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mtj0928/nest
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 9205acb Merge pull request #35 from mtj0928/update-readme
Cloned https://github.com/mtj0928/nest.git
Revision (git rev-parse @):
9205acbb130619889d65ac2a24993f490d95e7d3
SUCCESS checkout https://github.com/mtj0928/nest.git at 0.6.0
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/mtj0928/nest.git
https://github.com/mtj0928/nest.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"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",
"Commands/BootstrapCommand.swift",
"Commands/GenerateNestfileCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/ResolveNestfileCommand.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"
],
"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/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/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"
}
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/weichsel/ZIPFoundation
Fetching from https://github.com/apple/swift-http-types.git
Fetching from https://github.com/mtj0928/swift-async-operations
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 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 ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘swift-async-operations’
Checking out 0.3.0 of package ‘swift-async-operations’
Creating working copy of package ‘ZIPFoundation’
Checking out 0.9.19 of package ‘ZIPFoundation’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
nest: /Users/admin/builder/spi-builder-workspace
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
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
resolved source packages: Yams, ZIPFoundation, Rainbow, swift-argument-parser, nest, swift-async-operations, swift-log, swift-http-types
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"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",
"Commands/BootstrapCommand.swift",
"Commands/GenerateNestfileCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/ResolveNestfileCommand.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"
],
"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/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/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-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
/Applications/Xcode-16.2.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 nest-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
nest: /Users/admin/builder/spi-builder-workspace
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 85b5b002d82b34f58087d2390b60ddfd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/85b5b002d82b34f58087d2390b60ddfd.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)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
nest: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
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.0
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
resolved source packages: nest, swift-log, swift-async-operations, Yams, swift-http-types, swift-argument-parser, ZIPFoundation, Rainbow
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"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",
"Commands/BootstrapCommand.swift",
"Commands/GenerateNestfileCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/ResolveNestfileCommand.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"
],
"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/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/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-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.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 nest-Package -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
nest: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: f8a68d0b0e6b88dfa19a4388977fe681
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f8a68d0b0e6b88dfa19a4388977fe681.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)
BUILD FAILURE 6.0 watchOS