Build Information
Failed to build xcodes, reference main (93bce8), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Sep 2025 07:21:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcodes-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XcodesOrg/xcodes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XcodesOrg/xcodes
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 93bce87 Merge pull request #437 from XcodesOrg/matt/runtimeMultipleArchitecture
Cloned https://github.com/XcodesOrg/xcodes.git
Revision (git rev-parse @):
93bce877531e4bd60f7ef7f14379360a85caae36
SUCCESS checkout https://github.com/XcodesOrg/xcodes.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/XcodesOrg/xcodes.git
https://github.com/XcodesOrg/xcodes.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "path.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.16.0",
"upper_bound" : "0.17.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Path.swift.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.22.1",
"upper_bound" : "6.23.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit.git"
},
{
"identity" : "foundation",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PromiseKit/Foundation.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "2.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "data",
"requirement" : {
"revision" : [
"fcf527b187817f67c05223676341f3ab69d4214d"
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcodereleases/data"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "swift-srp",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcodesOrg/swift-srp"
}
],
"manifest_display_name" : "xcodes",
"name" : "xcodes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "xcodes",
"targets" : [
"xcodes"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodesKit",
"targets" : [
"XcodesKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppleAPI",
"targets" : [
"AppleAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcodesTests",
"module_type" : "SwiftTarget",
"name" : "xcodesTests",
"path" : "Tests/xcodesTests",
"sources" : [
"xcodesTests.swift"
],
"target_dependencies" : [
"xcodes"
],
"type" : "test"
},
{
"c99name" : "xcodes",
"module_type" : "SwiftTarget",
"name" : "xcodes",
"path" : "Sources/xcodes",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcodes"
],
"sources" : [
"App.swift",
"DataSource+ExpressibleByArgument.swift",
"ParsableArguments+InstallError.swift",
"ParsableArguments+LegibleError.swift"
],
"target_dependencies" : [
"XcodesKit"
],
"type" : "executable"
},
{
"c99name" : "XcodesKitTests",
"module_type" : "SwiftTarget",
"name" : "XcodesKitTests",
"path" : "Tests/XcodesKitTests",
"product_dependencies" : [
"Version"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcodesKitTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Environment+Mock.swift",
"Models+FirstWithVersionTests.swift",
"RuntimeTests.swift",
"Version+GemTests.swift",
"Version+XcodeTests.swift",
"XcodesKitTests.swift"
],
"target_dependencies" : [
"XcodesKit"
],
"type" : "test"
},
{
"c99name" : "XcodesKit",
"module_type" : "SwiftTarget",
"name" : "XcodesKit",
"path" : "Sources/XcodesKit",
"product_dependencies" : [
"KeychainAccess",
"LegibleError",
"Path",
"PromiseKit",
"PMKFoundation",
"SwiftSoup",
"Version",
"XCModel",
"Rainbow",
"Yams"
],
"product_memberships" : [
"xcodes",
"XcodesKit"
],
"sources" : [
"AppleSessionService.swift",
"Aria2CError.swift",
"Configuration.swift",
"DataSource.swift",
"DateFormatter+.swift",
"Downloader.swift",
"Entry+.swift",
"Environment.swift",
"FastlaneCookieParser.swift",
"FastlaneSessionManager.swift",
"FileManager+.swift",
"Foundation.swift",
"Migration.swift",
"Models+FirstWithVersion.swift",
"Models+Runtimes.swift",
"Models.swift",
"Path+.swift",
"Process.swift",
"Promise+.swift",
"PromiseKit+Async.swift",
"RuntimeInstaller.swift",
"RuntimeList.swift",
"URLRequest+Apple.swift",
"URLSession+Promise.swift",
"Version+.swift",
"Version+Gem.swift",
"Version+Xcode.swift",
"Version+XcodeReleases.swift",
"Version.swift",
"XcodeInstaller.swift",
"XcodeList.swift",
"XcodeSelect.swift"
],
"target_dependencies" : [
"AppleAPI",
"Unxip"
],
"type" : "library"
},
{
"c99name" : "Unxip",
"module_type" : "SwiftTarget",
"name" : "Unxip",
"path" : "Sources/Unxip",
"product_memberships" : [
"xcodes",
"XcodesKit"
],
"sources" : [
"Unxip.swift"
],
"type" : "library"
},
{
"c99name" : "AppleAPITests",
"module_type" : "SwiftTarget",
"name" : "AppleAPITests",
"path" : "Tests/AppleAPITests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AppleAPITests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AppleAPITests.swift",
"Environment+Mock.swift"
],
"target_dependencies" : [
"AppleAPI"
],
"type" : "test"
},
{
"c99name" : "AppleAPI",
"module_type" : "SwiftTarget",
"name" : "AppleAPI",
"path" : "Sources/AppleAPI",
"product_dependencies" : [
"PromiseKit",
"PMKFoundation",
"Rainbow",
"SRP"
],
"product_memberships" : [
"xcodes",
"XcodesKit",
"AppleAPI"
],
"sources" : [
"Client.swift",
"Environment.swift",
"Hashcash.swift",
"URLRequest+Apple.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/xcodereleases/data
Fetching from https://github.com/xcodesOrg/swift-srp
Fetching from https://github.com/scinfu/SwiftSoup.git
Fetching from https://github.com/onevcat/Rainbow.git
Fetching from https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching from https://github.com/adam-fowler/big-num
Fetching from https://github.com/mxcl/LegibleError.git
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/apple/swift-crypto (cached)
Fetching from https://github.com/mxcl/Version.git
Fetching from https://github.com/mxcl/PromiseKit.git
Fetching from https://github.com/PromiseKit/Foundation.git
Fetching from https://github.com/mxcl/Path.swift.git
Fetching from https://github.com/apple/swift-argument-parser (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out 1.1.4 of package ‘swift-argument-parser’
Creating working copy of package ‘big-num’
Checking out 2.0.2 of package ‘big-num’
Creating working copy of package ‘SwiftSoup’
Checking out 2.0.0 of package ‘SwiftSoup’
Creating working copy of package ‘Rainbow’
Checking out 3.2.0 of package ‘Rainbow’
Creating working copy of package ‘KeychainAccess’
Checking out 3.2.1 of package ‘KeychainAccess’
Creating working copy of package ‘data’
Checking out fcf527b187817f67c05223676341f3ab69d4214d of package ‘data’
Creating working copy of package ‘swift-crypto’
Checking out 1.1.7 of package ‘swift-crypto’
Creating working copy of package ‘Version’
Checking out 1.0.3 of package ‘Version’
Creating working copy of package ‘Foundation’
Checking out 3.4.0 of package ‘Foundation’
Creating working copy of package ‘PromiseKit’
Checking out 6.22.1 of package ‘PromiseKit’
Creating working copy of package ‘Yams’
Checking out 5.0.6 of package ‘Yams’
Creating working copy of package ‘Path.swift’
Checking out 0.16.3 of package ‘Path.swift’
Creating working copy of package ‘swift-srp’
Checking out main (543aa01) of package ‘swift-srp’
Creating working copy of package ‘LegibleError’
Checking out 1.0.6 of package ‘LegibleError’
Resolve Package Graph
Resolved source packages:
Path.swift: https://github.com/mxcl/Path.swift.git @ 0.16.3
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 3.2.1
PMKFoundation: https://github.com/PromiseKit/Foundation.git @ 3.4.0
swift-srp: https://github.com/xcodesOrg/swift-srp @ main (543aa01)
Yams: https://github.com/jpsim/Yams @ 5.0.6
big-num: https://github.com/adam-fowler/big-num @ 2.0.2
XcodeReleases: https://github.com/xcodereleases/data @ fcf527b
LegibleError: https://github.com/mxcl/LegibleError.git @ 1.0.6
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.0.0
Version: https://github.com/mxcl/Version.git @ 1.0.3
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
xcodes: /Users/admin/builder/spi-builder-workspace
swift-crypto: https://github.com/apple/swift-crypto @ 1.1.7
Rainbow: https://github.com/onevcat/Rainbow.git @ 3.2.0
PromiseKit: https://github.com/mxcl/PromiseKit.git @ 6.22.1
resolved source packages: Path.swift, KeychainAccess, PMKFoundation, swift-srp, Yams, big-num, XcodeReleases, LegibleError, SwiftSoup, Version, swift-argument-parser, xcodes, swift-crypto, Rainbow, PromiseKit
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "path.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.16.0",
"upper_bound" : "0.17.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Path.swift.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.22.1",
"upper_bound" : "6.23.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit.git"
},
{
"identity" : "foundation",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PromiseKit/Foundation.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "2.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "data",
"requirement" : {
"revision" : [
"fcf527b187817f67c05223676341f3ab69d4214d"
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcodereleases/data"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "swift-srp",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcodesOrg/swift-srp"
}
],
"manifest_display_name" : "xcodes",
"name" : "xcodes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "xcodes",
"targets" : [
"xcodes"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodesKit",
"targets" : [
"XcodesKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppleAPI",
"targets" : [
"AppleAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcodesTests",
"module_type" : "SwiftTarget",
"name" : "xcodesTests",
"path" : "Tests/xcodesTests",
"sources" : [
"xcodesTests.swift"
],
"target_dependencies" : [
"xcodes"
],
"type" : "test"
},
{
"c99name" : "xcodes",
"module_type" : "SwiftTarget",
"name" : "xcodes",
"path" : "Sources/xcodes",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcodes"
],
"sources" : [
"App.swift",
"DataSource+ExpressibleByArgument.swift",
"ParsableArguments+InstallError.swift",
"ParsableArguments+LegibleError.swift"
],
"target_dependencies" : [
"XcodesKit"
],
"type" : "executable"
},
{
"c99name" : "XcodesKitTests",
"module_type" : "SwiftTarget",
"name" : "XcodesKitTests",
"path" : "Tests/XcodesKitTests",
"product_dependencies" : [
"Version"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcodesKitTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Environment+Mock.swift",
"Models+FirstWithVersionTests.swift",
"RuntimeTests.swift",
"Version+GemTests.swift",
"Version+XcodeTests.swift",
"XcodesKitTests.swift"
],
"target_dependencies" : [
"XcodesKit"
],
"type" : "test"
},
{
"c99name" : "XcodesKit",
"module_type" : "SwiftTarget",
"name" : "XcodesKit",
"path" : "Sources/XcodesKit",
"product_dependencies" : [
"KeychainAccess",
"LegibleError",
"Path",
"PromiseKit",
"PMKFoundation",
"SwiftSoup",
"Version",
"XCModel",
"Rainbow",
"Yams"
],
"product_memberships" : [
"xcodes",
"XcodesKit"
],
"sources" : [
"AppleSessionService.swift",
"Aria2CError.swift",
"Configuration.swift",
"DataSource.swift",
"DateFormatter+.swift",
"Downloader.swift",
"Entry+.swift",
"Environment.swift",
"FastlaneCookieParser.swift",
"FastlaneSessionManager.swift",
"FileManager+.swift",
"Foundation.swift",
"Migration.swift",
"Models+FirstWithVersion.swift",
"Models+Runtimes.swift",
"Models.swift",
"Path+.swift",
"Process.swift",
"Promise+.swift",
"PromiseKit+Async.swift",
"RuntimeInstaller.swift",
"RuntimeList.swift",
"URLRequest+Apple.swift",
"URLSession+Promise.swift",
"Version+.swift",
"Version+Gem.swift",
"Version+Xcode.swift",
"Version+XcodeReleases.swift",
"Version.swift",
"XcodeInstaller.swift",
"XcodeList.swift",
"XcodeSelect.swift"
],
"target_dependencies" : [
"AppleAPI",
"Unxip"
],
"type" : "library"
},
{
"c99name" : "Unxip",
"module_type" : "SwiftTarget",
"name" : "Unxip",
"path" : "Sources/Unxip",
"product_memberships" : [
"xcodes",
"XcodesKit"
],
"sources" : [
"Unxip.swift"
],
"type" : "library"
},
{
"c99name" : "AppleAPITests",
"module_type" : "SwiftTarget",
"name" : "AppleAPITests",
"path" : "Tests/AppleAPITests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AppleAPITests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AppleAPITests.swift",
"Environment+Mock.swift"
],
"target_dependencies" : [
"AppleAPI"
],
"type" : "test"
},
{
"c99name" : "AppleAPI",
"module_type" : "SwiftTarget",
"name" : "AppleAPI",
"path" : "Sources/AppleAPI",
"product_dependencies" : [
"PromiseKit",
"PMKFoundation",
"Rainbow",
"SRP"
],
"product_memberships" : [
"xcodes",
"XcodesKit",
"AppleAPI"
],
"sources" : [
"Client.swift",
"Environment.swift",
"Hashcash.swift",
"URLRequest+Apple.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AppleAPI",
"xcodes",
"xcodes-Package",
"XcodesKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcodes-Package -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 xcodes-Package -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:
Yams: https://github.com/jpsim/Yams @ 5.0.6
xcodes: /Users/admin/builder/spi-builder-workspace
PromiseKit: https://github.com/mxcl/PromiseKit.git @ 6.22.1
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 3.2.1
big-num: https://github.com/adam-fowler/big-num @ 2.0.2
Path.swift: https://github.com/mxcl/Path.swift.git @ 0.16.3
Version: https://github.com/mxcl/Version.git @ 1.0.3
LegibleError: https://github.com/mxcl/LegibleError.git @ 1.0.6
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
swift-crypto: https://github.com/apple/swift-crypto @ 1.1.7
PMKFoundation: https://github.com/PromiseKit/Foundation.git @ 3.4.0
XcodeReleases: https://github.com/xcodereleases/data @ fcf527b
Rainbow: https://github.com/onevcat/Rainbow.git @ 3.2.0
swift-srp: https://github.com/xcodesOrg/swift-srp @ main (543aa01)
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (45 targets)
Target 'xcodesTests' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'AppleAPITests' in project 'xcodes'
➜ Explicit dependency on target 'xcodes_AppleAPITests' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
Target 'xcodes_AppleAPITests' in project 'xcodes' (no dependencies)
Target 'XcodesKitTests' in project 'xcodes'
➜ Explicit dependency on target 'xcodes_XcodesKitTests' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'xcodes_XcodesKitTests' in project 'xcodes' (no dependencies)
Target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ 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 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
Target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ 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 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
Target 'XCModel' in project 'XcodeReleases' (no dependencies)
Target 'Version' in project 'Version'
➜ Explicit dependency on target 'Version' in project 'Version'
Target 'Version' in project 'Version' (no dependencies)
Target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
Target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
Target 'Path' in project 'Path.swift' (no dependencies)
Target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
Target 'LegibleError' in project 'LegibleError' (no dependencies)
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'Unxip' in project 'xcodes' (no dependencies)
Target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
Target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
Target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
Target 'CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
Target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'CBigNumBoringSSL' in project 'big-num'
Target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'CBigNumBoringSSL' in project 'big-num'
Target 'CBigNumBoringSSL' in project 'big-num' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
Target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
Target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
Target 'PromiseKit' in project 'PromiseKit' (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 -arch arm64 -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/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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -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/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 3ccf3fd3b45b8dcc5fef68ac2df84b9a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3ccf3fd3b45b8dcc5fef68ac2df84b9a.xcbuilddata
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'XcodesKit' from project 'xcodes')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'AppleAPI' from project 'xcodes')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcodes' from project 'xcodes')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcodes' from project 'xcodes')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme xcodes-Package
(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:
Path.swift: https://github.com/mxcl/Path.swift.git @ 0.16.3
LegibleError: https://github.com/mxcl/LegibleError.git @ 1.0.6
Yams: https://github.com/jpsim/Yams @ 5.0.6
PromiseKit: https://github.com/mxcl/PromiseKit.git @ 6.22.1
big-num: https://github.com/adam-fowler/big-num @ 2.0.2
Rainbow: https://github.com/onevcat/Rainbow.git @ 3.2.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
swift-srp: https://github.com/xcodesOrg/swift-srp @ main (543aa01)
xcodes: /Users/admin/builder/spi-builder-workspace
XcodeReleases: https://github.com/xcodereleases/data @ fcf527b
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 3.2.1
Version: https://github.com/mxcl/Version.git @ 1.0.3
swift-crypto: https://github.com/apple/swift-crypto @ 1.1.7
PMKFoundation: https://github.com/PromiseKit/Foundation.git @ 3.4.0
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.0.0
resolved source packages: Path.swift, LegibleError, Yams, PromiseKit, big-num, Rainbow, swift-argument-parser, swift-srp, xcodes, XcodeReleases, KeychainAccess, Version, swift-crypto, PMKFoundation, SwiftSoup
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "path.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.16.0",
"upper_bound" : "0.17.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Path.swift.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.22.1",
"upper_bound" : "6.23.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit.git"
},
{
"identity" : "foundation",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PromiseKit/Foundation.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "2.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "data",
"requirement" : {
"revision" : [
"fcf527b187817f67c05223676341f3ab69d4214d"
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcodereleases/data"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "swift-srp",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcodesOrg/swift-srp"
}
],
"manifest_display_name" : "xcodes",
"name" : "xcodes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "xcodes",
"targets" : [
"xcodes"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodesKit",
"targets" : [
"XcodesKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppleAPI",
"targets" : [
"AppleAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcodesTests",
"module_type" : "SwiftTarget",
"name" : "xcodesTests",
"path" : "Tests/xcodesTests",
"sources" : [
"xcodesTests.swift"
],
"target_dependencies" : [
"xcodes"
],
"type" : "test"
},
{
"c99name" : "xcodes",
"module_type" : "SwiftTarget",
"name" : "xcodes",
"path" : "Sources/xcodes",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcodes"
],
"sources" : [
"App.swift",
"DataSource+ExpressibleByArgument.swift",
"ParsableArguments+InstallError.swift",
"ParsableArguments+LegibleError.swift"
],
"target_dependencies" : [
"XcodesKit"
],
"type" : "executable"
},
{
"c99name" : "XcodesKitTests",
"module_type" : "SwiftTarget",
"name" : "XcodesKitTests",
"path" : "Tests/XcodesKitTests",
"product_dependencies" : [
"Version"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcodesKitTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Environment+Mock.swift",
"Models+FirstWithVersionTests.swift",
"RuntimeTests.swift",
"Version+GemTests.swift",
"Version+XcodeTests.swift",
"XcodesKitTests.swift"
],
"target_dependencies" : [
"XcodesKit"
],
"type" : "test"
},
{
"c99name" : "XcodesKit",
"module_type" : "SwiftTarget",
"name" : "XcodesKit",
"path" : "Sources/XcodesKit",
"product_dependencies" : [
"KeychainAccess",
"LegibleError",
"Path",
"PromiseKit",
"PMKFoundation",
"SwiftSoup",
"Version",
"XCModel",
"Rainbow",
"Yams"
],
"product_memberships" : [
"xcodes",
"XcodesKit"
],
"sources" : [
"AppleSessionService.swift",
"Aria2CError.swift",
"Configuration.swift",
"DataSource.swift",
"DateFormatter+.swift",
"Downloader.swift",
"Entry+.swift",
"Environment.swift",
"FastlaneCookieParser.swift",
"FastlaneSessionManager.swift",
"FileManager+.swift",
"Foundation.swift",
"Migration.swift",
"Models+FirstWithVersion.swift",
"Models+Runtimes.swift",
"Models.swift",
"Path+.swift",
"Process.swift",
"Promise+.swift",
"PromiseKit+Async.swift",
"RuntimeInstaller.swift",
"RuntimeList.swift",
"URLRequest+Apple.swift",
"URLSession+Promise.swift",
"Version+.swift",
"Version+Gem.swift",
"Version+Xcode.swift",
"Version+XcodeReleases.swift",
"Version.swift",
"XcodeInstaller.swift",
"XcodeList.swift",
"XcodeSelect.swift"
],
"target_dependencies" : [
"AppleAPI",
"Unxip"
],
"type" : "library"
},
{
"c99name" : "Unxip",
"module_type" : "SwiftTarget",
"name" : "Unxip",
"path" : "Sources/Unxip",
"product_memberships" : [
"xcodes",
"XcodesKit"
],
"sources" : [
"Unxip.swift"
],
"type" : "library"
},
{
"c99name" : "AppleAPITests",
"module_type" : "SwiftTarget",
"name" : "AppleAPITests",
"path" : "Tests/AppleAPITests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AppleAPITests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AppleAPITests.swift",
"Environment+Mock.swift"
],
"target_dependencies" : [
"AppleAPI"
],
"type" : "test"
},
{
"c99name" : "AppleAPI",
"module_type" : "SwiftTarget",
"name" : "AppleAPI",
"path" : "Sources/AppleAPI",
"product_dependencies" : [
"PromiseKit",
"PMKFoundation",
"Rainbow",
"SRP"
],
"product_memberships" : [
"xcodes",
"XcodesKit",
"AppleAPI"
],
"sources" : [
"Client.swift",
"Environment.swift",
"Hashcash.swift",
"URLRequest+Apple.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AppleAPI",
"xcodes",
"xcodes-Package",
"XcodesKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcodes-Package -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 xcodes-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams @ 5.0.6
big-num: https://github.com/adam-fowler/big-num @ 2.0.2
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 3.2.1
PromiseKit: https://github.com/mxcl/PromiseKit.git @ 6.22.1
swift-srp: https://github.com/xcodesOrg/swift-srp @ main (543aa01)
XcodeReleases: https://github.com/xcodereleases/data @ fcf527b
LegibleError: https://github.com/mxcl/LegibleError.git @ 1.0.6
swift-crypto: https://github.com/apple/swift-crypto @ 1.1.7
Rainbow: https://github.com/onevcat/Rainbow.git @ 3.2.0
PMKFoundation: https://github.com/PromiseKit/Foundation.git @ 3.4.0
xcodes: /Users/admin/builder/spi-builder-workspace
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.0.0
Path.swift: https://github.com/mxcl/Path.swift.git @ 0.16.3
Version: https://github.com/mxcl/Version.git @ 1.0.3
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (45 targets)
Target 'xcodesTests' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'AppleAPITests' in project 'xcodes'
➜ Explicit dependency on target 'xcodes_AppleAPITests' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
Target 'xcodes_AppleAPITests' in project 'xcodes' (no dependencies)
Target 'XcodesKitTests' in project 'xcodes'
➜ Explicit dependency on target 'xcodes_XcodesKitTests' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'xcodes_XcodesKitTests' in project 'xcodes' (no dependencies)
Target 'xcodes' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ 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 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
Target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'XcodesKit' in project 'xcodes'
➜ Explicit dependency on target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'Unxip' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
➜ 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 'XCModel' in project 'XcodeReleases'
➜ Explicit dependency on target 'XCModel' in project 'XcodeReleases'
Target 'XCModel' in project 'XcodeReleases' (no dependencies)
Target 'Version' in project 'Version'
➜ Explicit dependency on target 'Version' in project 'Version'
Target 'Version' in project 'Version' (no dependencies)
Target 'SwiftSoup' in project 'SwiftSoup'
➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
Target 'Path' in project 'Path.swift'
➜ Explicit dependency on target 'Path' in project 'Path.swift'
Target 'Path' in project 'Path.swift' (no dependencies)
Target 'LegibleError' in project 'LegibleError'
➜ Explicit dependency on target 'LegibleError' in project 'LegibleError'
Target 'LegibleError' in project 'LegibleError' (no dependencies)
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'Unxip' in project 'xcodes' (no dependencies)
Target 'AppleAPI' in project 'xcodes'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
Target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
Target 'SRP' in project 'swift-srp'
➜ Explicit dependency on target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
Target 'CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
Target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'CBigNumBoringSSL' in project 'big-num'
Target 'BigNum' in project 'big-num'
➜ Explicit dependency on target 'CBigNumBoringSSL' in project 'big-num'
Target 'CBigNumBoringSSL' in project 'big-num' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
Target 'PMKFoundation' in project 'PMKFoundation'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
Target 'PromiseKit' in project 'PromiseKit'
➜ Explicit dependency on target 'PromiseKit' in project 'PromiseKit'
Target 'PromiseKit' in project 'PromiseKit' (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 -arch arm64 -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/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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -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/clang -v -E -dM -arch arm64_32 -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/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 11b8e1a98b6dda809b56cd9764897311
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/11b8e1a98b6dda809b56cd9764897311.xcbuilddata
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcodes' from project 'xcodes')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'XcodesKit' from project 'xcodes')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcodes' from project 'xcodes')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'AppleAPI' from project 'xcodes')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme xcodes-Package
(1 failure)
BUILD FAILURE 6.1 watchOS