Build Information
Failed to build auth, reference master (ddf22f
), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 22:52:19 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/auth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/auth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ddf22f9 Vapor 4 note (#71)
Cloned https://github.com/vapor/auth.git
Revision (git rev-parse @):
ddf22f9869c1bb8a2e961aec428150025bcdcd16
SUCCESS checkout https://github.com/vapor/auth.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/auth.git
https://github.com/vapor/auth.git
{
"dependencies" : [
{
"identity" : "crypto",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/crypto.git"
},
{
"identity" : "fluent",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "vapor",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "auth",
"name" : "auth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Authentication",
"targets" : [
"Authentication"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AuthenticationTests",
"module_type" : "SwiftTarget",
"name" : "AuthenticationTests",
"path" : "Tests/AuthenticationTests",
"product_dependencies" : [
"Vapor"
],
"sources" : [
"AuthenticationTests.swift",
"TokenAuthenticationTests.swift",
"User.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Authentication"
],
"type" : "test"
},
{
"c99name" : "Authentication",
"module_type" : "SwiftTarget",
"name" : "Authentication",
"path" : "Sources/Authentication",
"product_dependencies" : [
"Fluent",
"Vapor"
],
"product_memberships" : [
"Authentication"
],
"sources" : [
"Authenticatable.swift",
"AuthenticationCache.swift",
"AuthenticationProvider.swift",
"Basic/BasicAuthenticatable.swift",
"Basic/BasicAuthenticationMiddleware.swift",
"Bearer/BearerAuthenticatable.swift",
"Bearer/BearerAuthenticationMiddleware.swift",
"Exports.swift",
"Header/HeaderAuthenticatableMiddleware.swift",
"Header/HeaderValueAuthenticatable.swift",
"Password/PasswordAuthenticatable.swift",
"Password/PasswordVerifier.swift",
"Persist/AuthenticationSessionsMiddleware.swift",
"Persist/RedirectMiddleware.swift",
"Persist/SessionAuthenticatable.swift",
"Token/TokenAuthenticatable.swift",
"Token/TokenAuthenticationMiddleware.swift",
"Utilities/AuthenticationError.swift",
"Utilities/GuardMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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/vapor/crypto.git
Fetching from https://github.com/vapor/fluent.git
could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/vapor/crypto.git
Updating from https://github.com/vapor/fluent.git
could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
Resolved source packages:
spi-builder-workspace: (null)
2025-04-25 15:52:17.451 xcodebuild[517:2896] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_15-52-0017.xcresult
xcodebuild: error: Could not resolve package dependencies:
could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
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
Updating from https://github.com/vapor/crypto.git
Updating from https://github.com/vapor/fluent.git
could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
Resolved source packages:
spi-builder-workspace: (null)
2025-04-25 15:52:19.090 xcodebuild[725:3912] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_15-52-0019.xcresult
xcodebuild: error: Could not resolve package dependencies:
could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
BUILD FAILURE 6.1 watchOS