Build Information
Failed to build VaporExt, reference 0.3.4 (8e3ddf
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 07:04:59 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-community/vapor-ext.git
Reference: 0.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/vapor-ext
* tag 0.3.4 -> FETCH_HEAD
HEAD is now at 8e3ddf8 Remove warnings from Swift 5 (#20)
Cloned https://github.com/vapor-community/vapor-ext.git
Revision (git rev-parse @):
8e3ddf8b78c8436038d14712ac44f10aca78fe87
SUCCESS checkout https://github.com/vapor-community/vapor-ext.git at 0.3.4
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/vapor-ext.git
https://github.com/vapor-community/vapor-ext.git
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gperdomor/vapor.git"
},
{
"identity" : "core",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/core.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "service",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/service.git"
}
],
"manifest_display_name" : "VaporExt",
"name" : "VaporExt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncExt",
"targets" : [
"AsyncExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentExt",
"targets" : [
"FluentExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ServiceExt",
"targets" : [
"ServiceExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VaporExt",
"targets" : [
"VaporExt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporExtTests",
"module_type" : "SwiftTarget",
"name" : "VaporExtTests",
"path" : "Tests/VaporExtTests",
"sources" : [
"StubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VaporExt"
],
"type" : "test"
},
{
"c99name" : "VaporExt",
"module_type" : "SwiftTarget",
"name" : "VaporExt",
"path" : "Sources/VaporExt",
"product_memberships" : [
"VaporExt"
],
"sources" : [
"Encodable+Response.swift",
"Exports.swift"
],
"target_dependencies" : [
"AsyncExt",
"FluentExt",
"ServiceExt"
],
"type" : "library"
},
{
"c99name" : "ServiceExtTests",
"module_type" : "SwiftTarget",
"name" : "ServiceExtTests",
"path" : "Tests/ServiceExtTests",
"sources" : [
"Environment+DotEnvTests.swift",
"Environment+GettersTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ServiceExt"
],
"type" : "test"
},
{
"c99name" : "ServiceExt",
"module_type" : "SwiftTarget",
"name" : "ServiceExt",
"path" : "Sources/ServiceExt",
"product_dependencies" : [
"Service"
],
"product_memberships" : [
"ServiceExt",
"VaporExt"
],
"sources" : [
"Environment+DotEnv.swift",
"Environment+Getters.swift",
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "FluentExtTests",
"module_type" : "SwiftTarget",
"name" : "FluentExtTests",
"path" : "Tests/FluentExtTests",
"sources" : [
"StubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FluentExt"
],
"type" : "test"
},
{
"c99name" : "FluentExt",
"module_type" : "SwiftTarget",
"name" : "FluentExt",
"path" : "Sources/FluentExt",
"product_dependencies" : [
"Fluent",
"FluentSQL",
"Debugging",
"Vapor"
],
"product_memberships" : [
"FluentExt",
"VaporExt"
],
"sources" : [
"Exports.swift",
"Extensions/Model+Query.swift",
"Extensions/QueryBuilder+Filter.swift",
"Extensions/QueryBuilder+Sort.swift",
"Extensions/Request+Filter.swift",
"Extensions/Request+Sort.swift",
"FilterConfig.swift",
"FilterValue.swift",
"QueryFilterMethod.swift",
"SQL+Contains.swift",
"SingleValueDecoder.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncExtTests",
"module_type" : "SwiftTarget",
"name" : "AsyncExtTests",
"path" : "Tests/AsyncExtTests",
"sources" : [
"Future+BoolTests.swift",
"Future+ComparableTests.swift",
"Future+EquatableTests.swift",
"Helpers/CustomError.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AsyncExt"
],
"type" : "test"
},
{
"c99name" : "AsyncExt",
"module_type" : "SwiftTarget",
"name" : "AsyncExt",
"path" : "Sources/AsyncExt",
"product_dependencies" : [
"Async",
"Core"
],
"product_memberships" : [
"AsyncExt",
"VaporExt"
],
"sources" : [
"Exports.swift",
"Future+Bool.swift",
"Future+Comparable.swift",
"Future+Equatable.swift",
"Future+Optional.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
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/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetching from https://github.com/vapor/service.git
Fetching from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolve Package Graph
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/service.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolved source packages:
spi-builder-workspace: (null)
2025-04-25 00:04:57.690 xcodebuild[516:2877] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_00-04-0057.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.dependencies/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
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/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/fluent.git
Updating from https://github.com/vapor/core.git
Fetching from https://github.com/gperdomor/vapor.git
skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Resolved source packages:
spi-builder-workspace: (null)
2025-04-25 00:04:59.722 xcodebuild[2608:10000] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_00-04-0059.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.dependencies/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 macosXcodebuild